env fix.
This commit is contained in:
parent
bd5f0a6706
commit
90f32c13f7
1 changed files with 1 additions and 1 deletions
2
.env
2
.env
|
|
@ -18,7 +18,7 @@ SAVEHIST=100000
|
|||
|
||||
if [ "$osname" = "FreeBSD" ]; then
|
||||
export EDITOR=/usr/local/bin/vim
|
||||
else if [ "$osname" = "Linux" ]; then
|
||||
elif [ "$osname" = "Linux" ]; then
|
||||
export BROWSER=/usr/bin/firefox
|
||||
export EDITOR=/usr/bin/vim
|
||||
export SU=/bin/su
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue