Skip to content

Instantly share code, notes, and snippets.

@ajitid
Last active October 17, 2020 12:42
Show Gist options
  • Save ajitid/78b40ec35c41b1f06deae8dde937eb0b to your computer and use it in GitHub Desktop.
Save ajitid/78b40ec35c41b1f06deae8dde937eb0b to your computer and use it in GitHub Desktop.
[OLD] nano ~/.config/fish/config.fish - trying fish shell
set PATH "/home/ajitid/miniconda3/bin" $PATH
function mkcd
mkdir -p $argv
cd $argv
end
source (conda info --root)/etc/fish/conf.d/conda.fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment