Fix fish anaconda script

This commit is contained in:
dctrud 2019-10-15 10:36:00 -05:00
parent ac3fca62ee
commit 944a87ce59
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ C/C++
Code Runner
Docker
ESLint
Fish
fish-vscode
GitLens
Go
Kubernetes

View File

@ -3,9 +3,9 @@
if test -d "$HOME/anaconda3/bin"
green='\033[0;32m'
NC='\033[0m' # No Color
echo -e "$green[dotfiles] anaconda available to activate - aconda$NC"
set green '\033[0;32m'
set NC '\033[0m' # No Color
echo -e "$green [dotfiles] anaconda available to activate - aconda$NC"
function aconda
set -x PATH "$HOME/anaconda3/bin" $PATH