Skip to content

Instantly share code, notes, and snippets.

@assafmo
Last active June 7, 2019 12:52
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 assafmo/68b5ab3e64c2da217d69434c96545513 to your computer and use it in GitHub Desktop.
Save assafmo/68b5ab3e64c2da217d69434c96545513 to your computer and use it in GitHub Desktop.
Fish shell configs
# ~/.config/fish/config.fish
set -gx GOPATH /home/lala/workspace/go
set -gx PATH $PATH /usr/local/go/bin $GOPATH/bin
function fish_prompt
set_color --bold $fish_color_cwd
echo -n (prompt_pwd)
set_color normal
echo -n ' > '
end
function fish_greeting
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment