Update zsh config

This commit is contained in:
Christian Baer 2020-05-01 00:12:02 +02:00
parent 575186d4c3
commit 0f805282c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,9 @@
if [[ $UID == 0 || $EUID == 0 ]]; then
PATH="/root/bin:$PATH"
fi
PATH="$HOME/bin:$PATH" PATH="$HOME/bin:$PATH"
PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin" PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin"
PATH="/usr/local/bin:$PATH" PATH="/usr/local/bin:$PATH"

View File

@ -24,6 +24,5 @@ case `uname` in
;; ;;
FreeBSD) FreeBSD)
# commands for FreeBSD go here # commands for FreeBSD go here
alias sudo='doas'
;; ;;
esac esac