further anaconda compatibility settings
This commit is contained in:
@@ -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