host/etc/profile: specify SHELL=/bin/bash
This commit is contained in:
parent
3145d5a75c
commit
f4b11abbee
|
@ -1,4 +1,5 @@
|
||||||
export EDITOR=/bin/vi
|
export EDITOR=/bin/vi
|
||||||
|
export SHELL=/bin/bash
|
||||||
export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
|
export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
|
||||||
export PS1="[\h \t] \\$ "
|
export PS1="[\h \t] \\$ "
|
||||||
export GNUPGHOME=/.gnupg
|
export GNUPGHOME=/.gnupg
|
||||||
|
|
Loading…
Reference in New Issue