Skip to content

Instantly share code, notes, and snippets.

@wooyek
Created June 27, 2018 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wooyek/19b29bcc055e8858a1d7d0f2b2b93faa to your computer and use it in GitHub Desktop.
Save wooyek/19b29bcc055e8858a1d7d0f2b2b93faa to your computer and use it in GitHub Desktop.
Fish Shell config for completions and stuff
set -x PATH "/home/$USER/.pyenv/bin" $PATH
set -x PATH "/home/$USER/.local/bin" $PATH
set -x PATH "/data/opt/google-cloud-sdk/bin/" $PATH
status --is-interactive; and source (pyenv init -|psub)
# source (env SHELL=fish pew shell_config)
source (vex --shell-config fish|psub)
# pip completion --fish > ~/.config/fish/completions/pip.fish
# source (pip completion --fish|psub)
#source /opt/google-cloud-sdk/path.fish.inc
# https://github.com/oh-my-fish/theme-bobthefish
set -g theme_nerd_fonts yes
set -g theme_title_use_abbreviated_path no
# Path to Oh My Fish install.
set -q XDG_DATA_HOME and set -gx OMF_PATH "$XDG_DATA_HOME/omf" or set -gx OMF_PATH "$HOME/.local/share/omf"
# Load Oh My Fish configuration.
# source $OMF_PATH/init.fish
# added by Pew
source (pew shell_config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment