diff options
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 5a4ae75..e649111 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,6 +1,7 @@ if status is-login exec bash -c "test -e /etc/profile && source /etc/profile;\ test -e ~/.zprofile && source ~/.zprofile;\ + test -e ~/.profile && source ~/.profile;\ exec fish" end |
