Add ENV even for bash
This commit is contained in:
parent
5be8a10d6e
commit
394facc8ad
@ -46,6 +46,8 @@ case `basename $SHELL` in
|
||||
ENV=$HOME/.kshrc
|
||||
;;
|
||||
bash)
|
||||
# Still need ENV for POSIX mode
|
||||
ENV=$HOME/.bashrc
|
||||
. $HOME/.bashrc
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user