Added support for UMASK and default TERM and LANG
This commit is contained in:
parent
58c0804e3c
commit
b9347f957e
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ if [[ ! "$-" =~ i ]]; then
|
|||
else
|
||||
${NO_RESET:+:} reset
|
||||
export NO_RESET=1
|
||||
|
||||
[ -z "$UMASK" ] || umask "$UMASK"
|
||||
export TERM="${TERM:-xterm-256color}"
|
||||
export LANG="${LANG:-en_US.UTF-8}"
|
||||
fi
|
||||
|
||||
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue