From f1c76040cb5d15e26214eaefa285e8b98fd9bb4c Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Tue, 1 Apr 2025 11:53:41 +0200 Subject: [PATCH] Add some nice to have things. --- .zshenv | 4 ++++ 1 file changed, 4 insertions(+) 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