Created
May 17, 2024 20:53
-
-
Save Apsu/81104de59ce422ee93e0713f7badca4e to your computer and use it in GitHub Desktop.
Fish config
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
if status is-interactive | |
# Commands to run in interactive sessions can go here | |
set -x PYENV_ROOT $HOME/.pyenv | |
fish_add_path -a $PYENV_ROOT/bin | |
fish_add_path -a $HOME/.cargo/bin | |
fish_add_path -a $HOME/go/bin | |
starship init fish | source | |
pyenv init - | source | |
pyenv virtualenv-init - | source | |
abbr -a ip ip -c | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment