Created
June 27, 2018 19:10
-
-
Save wooyek/19b29bcc055e8858a1d7d0f2b2b93faa to your computer and use it in GitHub Desktop.
Fish Shell config for completions and stuff
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 -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