Compare commits
2 commits
eb164c6169
...
cae346faee
| Author | SHA1 | Date | |
|---|---|---|---|
| cae346faee | |||
| f95b276121 |
2 changed files with 1 additions and 16 deletions
|
|
@ -1 +1,2 @@
|
|||
alias dc="docker compose"
|
||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
|
|
|
|||
16
.bashrc
16
.bashrc
|
|
@ -115,19 +115,3 @@ if ! shopt -oq posix; then
|
|||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
__conda_setup="$('/home/polarolouis/miniconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
|
||||
if [ $? -eq 0 ]; then
|
||||
eval "$__conda_setup"
|
||||
else
|
||||
if [ -f "/home/polarolouis/miniconda3/etc/profile.d/conda.sh" ]; then
|
||||
. "/home/polarolouis/miniconda3/etc/profile.d/conda.sh"
|
||||
else
|
||||
export PATH="/home/polarolouis/miniconda3/bin:$PATH"
|
||||
fi
|
||||
fi
|
||||
unset __conda_setup
|
||||
# <<< conda initialize <<<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue