Mercurial > dotfiles
comparison fish/config.fish @ 422:61f343a2aaff
Don't set the `$SHELL` variable, it's alread set by fish.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 17 Feb 2018 19:24:26 -0800 |
parents | c6da0c9f40ae |
children | 350f7a55ff33 |
comparison
equal
deleted
inserted
replaced
421:5747c8045e8a | 422:61f343a2aaff |
---|---|
14 if test -d $HOME/bin | 14 if test -d $HOME/bin |
15 set -g -x PATH $HOME/bin $PATH | 15 set -g -x PATH $HOME/bin $PATH |
16 end | 16 end |
17 set -g -x OS MacOSX | 17 set -g -x OS MacOSX |
18 set -g -x EDITOR vim | 18 set -g -x EDITOR vim |
19 set -g -x SHELL fish | |
20 set -g -x TERM screen-256color-bce | 19 set -g -x TERM screen-256color-bce |
21 | 20 |
22 # Python. | 21 # Python. |
23 set -g -x VIRTUAL_ENV_DISABLE_PROMPT 1 | 22 set -g -x VIRTUAL_ENV_DISABLE_PROMPT 1 |
24 | 23 |