Skip to content

Instantly share code, notes, and snippets.

@qgadrian
Last active March 3, 2017 15:22
Show Gist options
  • Save qgadrian/77d292044a5c837baff2c6fd77de6b2b to your computer and use it in GitHub Desktop.
Save qgadrian/77d292044a5c837baff2c6fd77de6b2b to your computer and use it in GitHub Desktop.
google cloud profile installations
for bash users
source '#{staged_path}/#{token}/path.bash.inc'
source '#{staged_path}/#{token}/completion.bash.inc'
for zsh users
source '#{staged_path}/#{token}/path.zsh.inc'
source '#{staged_path}/#{token}/completion.zsh.inc'
for fish users
set fish_user_paths #{staged_path}/#{token}/bin
set -x MANPATH #{staged_path}/#{token}/help/man /usr/local/share/man /usr/share/man /opt/x11/share/man
Run fish_update_completions to generate completions for fish based on the man pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment