diff --git a/.zshenv b/.zshenv index a605dbe..16cfc21 100644 --- a/.zshenv +++ b/.zshenv @@ -2,6 +2,10 @@ export HISTFILESIZE=1000000000 export HISTSIZE=1000000000 export EDITOR='nvim' +export NAME='Sebastian Bugge' +export EMAIL='sbugge@proton.me' + +export PATH="/sbin:/usr/sbin:/usr/games:$PATH" # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ]; then