Skip to content

Commit

Permalink
feat: 調整 Fish shell 的 PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
zx1986 committed Nov 23, 2018
1 parent c16ca30 commit ca0ddaa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fishrc/init.fish
Expand Up @@ -10,6 +10,16 @@ set -xg PYTHONDONTWRITEBYTECODE 1
# Homebrew read Github
set -xg HOMEBREW_GITHUB_API_TOKEN super_secret_token

# PATH
set -gx PATH \
$PATH \
$GOPATH/bin \
/usr/local/opt/nss/bin \
/usr/local/opt/ncurses/bin \
/usr/local/opt/gettext/bin \
/usr/local/opt/mysql-client/bin \
/usr/local/opt/go/libexec/bin

# gitignore.io
function gi
curl -L -s https://www.gitignore.io/api/$argv
Expand Down

0 comments on commit ca0ddaa

Please sign in to comment.