further anaconda compatibility settings

This commit is contained in:
paul-loedige
2024-01-10 19:28:12 +01:00
parent 0d3576851b
commit daf5eaa83f
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -1 +1,5 @@
auto_activate_base: false auto_activate_base: false
channels:
- conda-forge
- defaults
channel_priority: strict
+3
View File
@@ -152,3 +152,6 @@ cdls() { cd "$@"&&ls;}
#cdvim to cd into the directory of a file and open the file in vim #cdvim to cd into the directory of a file and open the file in vim
cdvim(){ cd "$(dirname "$@")" && vim "$(basename "$@")";} cdvim(){ cd "$(dirname "$@")" && vim "$(basename "$@")";}
# <<< cd shortcuts <<< # <<< cd shortcuts <<<
# anaconda
source /opt/anaconda/etc/profile.d/conda.sh