diff options
| author | Thomas Schneider <thosch97@gmail.com> | 2015-04-25 10:54:53 +0200 |
|---|---|---|
| committer | Thomas Schneider <thosch97@gmail.com> | 2015-04-25 10:54:53 +0200 |
| commit | 701b6cb23f2b5b8e8c1c08a9c9896c65799720cc (patch) | |
| tree | 6d9692f95fbbe51422f9afa44d716e804f0620d5 | |
| parent | e287b7d9b8ee8c8ca0ad86d8bbaf0f92042319fa (diff) | |
.zshrc.local: Add Go binary path to $PATH
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
| -rw-r--r-- | dot.zshrc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local index 1c1dadb..d831fac 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -5,7 +5,7 @@ zstyle :prompt:grml:left:items:percent pre ' (( $+commands[bsdtar] )) && alias tar=bsdtar || echo "bsdtar not installed" alias g=git alias hl="highlight -O ansi" -path=( $HOME/.cabal/bin(/N) $HOME/.local/bin(/N) $path /usr/sbin(/N) /usr/local/sbin(/N) /sbin(/N) ) +path=( $HOME/.cabal/bin(/N) $HOME/.go/bin(/N) $HOME/.local/bin(/N) $path /usr/sbin(/N) /usr/local/sbin(/N) /sbin(/N) ) typeset -xU path export SVN_SSH="ssh -i /home/qsuscs/.ssh/id_rsa_subversion" ssh-add -l |
