Last active
October 17, 2020 12:42
-
-
Save ajitid/78b40ec35c41b1f06deae8dde937eb0b to your computer and use it in GitHub Desktop.
[OLD] nano ~/.config/fish/config.fish - trying fish shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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