PATH fix
This commit is contained in:
parent
e9ed294afd
commit
934f6eae11
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
|
@ -1,5 +1,5 @@
|
||||||
# Extend my $PATH to $HOME/bin
|
# Extend my $PATH to $HOME/bin
|
||||||
export PATH=$HOME/bin:/home/hanez/.gem/ruby/2.2.0/bin:$PATH
|
export PATH=$HOME/bin:$HOME/.gem/ruby/2.2.0/bin:$PATH
|
||||||
|
|
||||||
# Export the $EDITOR and $TERMINAL
|
# Export the $EDITOR and $TERMINAL
|
||||||
export BROWSER=/usr/bin/firefox
|
export BROWSER=/usr/bin/firefox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue