Skip to content

Commit

Permalink
More PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
lbolla committed Sep 12, 2016
1 parent f43ed6c commit bc04f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ export GOROOT=/opt/go
export PLAN9=/home/lbolla/src/plan9port
export PYTHONHASHSEED=random

PATH=/opt/emacs/src:/opt/emacs/lib-src:/opt/cisco/anyconnect/bin:/opt/flow:/opt/node/bin:$PATH
PATH=/opt/emacs/src:/opt/emacs/lib-src:/opt/cisco/anyconnect/bin:/opt/flow:/opt/node/bin:/opt/stackato:$PATH
PATH=$GOPATH/bin:$GOROOT/bin:$PATH
PATH=$HOME/bin:$HOME/.cache/rebar3/bin:$HOME/.cabal/bin:$HOME/src/cmd:$HOME/node_modules/.bin/:$HOME/.cache/rebar3/bin$PATH:$PLAN9/bin:
PATH=$HOME/bin:$HOME/.cache/rebar3/bin:$HOME/.cabal/bin:$HOME/src/cmd:$HOME/node_modules/.bin/:$HOME/.cache/rebar3/bin:$PATH:$PLAN9/bin:
export PATH

if [[ `tty` = /dev/tty* ]]; then
Expand Down

0 comments on commit bc04f60

Please sign in to comment.