This commit is contained in:
crater2150 2018-03-11 12:18:44 +01:00
parent 01d19b1b52
commit a64e38b305
5 changed files with 28 additions and 55 deletions

View file

@ -26,11 +26,6 @@ export XDG_DATA_HOME="$HOME/.local/share"
# 077 would be more secure, but 022 is generally quite realistic
umask 022
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}:$PATH"
export PATH
unset ROOTPATH
shopts=$-
set -$shopts
unset sh shopts