Skip to content

Instantly share code, notes, and snippets.

@quantumman
Created June 3, 2021 02:55
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 quantumman/3b7e50ed7765638abfe7dc4eb4dfeb47 to your computer and use it in GitHub Desktop.
Save quantumman/3b7e50ed7765638abfe7dc4eb4dfeb47 to your computer and use it in GitHub Desktop.
fish.config
set LANG "ja_JP.UTF-8"
set -x PATH /opt/homebrew/bin $PATH
set -x PATH ~/.local/bin $PATH
set -x GOPATH $HOME/dev
set -x PATH $PATH $GOPATH/bin
set -x GOENV_ROOT $HOME/.goenv
set -x PATH $PATH $GOENV_ROOT/bin
eval (nodenv init - | source)
eval (goenv init - | source)
## rmでゴミ箱に入れる
# alias rm='rmtrash'
alias ec='/usr/local/bin/emacsclient'
alias g='git'
# tabtab source for serverless package
# uninstall by removing these lines or running `tabtab uninstall serverless`
[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.fish ]; and . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.fish
# tabtab source for sls package
# uninstall by removing these lines or running `tabtab uninstall sls`
[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.fish ]; and . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.fish
set -g fish_user_paths "/opt/homebrew/opt/ncurses/bin" $fish_user_paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment