further anaconda compatibility settings
This commit is contained in:
@@ -1 +1,5 @@
|
||||
auto_activate_base: false
|
||||
channels:
|
||||
- conda-forge
|
||||
- defaults
|
||||
channel_priority: strict
|
||||
|
||||
@@ -152,3 +152,6 @@ cdls() { cd "$@"&&ls;}
|
||||
#cdvim to cd into the directory of a file and open the file in vim
|
||||
cdvim(){ cd "$(dirname "$@")" && vim "$(basename "$@")";}
|
||||
# <<< cd shortcuts <<<
|
||||
|
||||
# anaconda
|
||||
source /opt/anaconda/etc/profile.d/conda.sh
|
||||
|
||||
Reference in New Issue
Block a user