Skip to content

Instantly share code, notes, and snippets.

@Apsu
Created May 17, 2024 20:53
Show Gist options
  • Save Apsu/81104de59ce422ee93e0713f7badca4e to your computer and use it in GitHub Desktop.
Save Apsu/81104de59ce422ee93e0713f7badca4e to your computer and use it in GitHub Desktop.
Fish config
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