Add some nice to have things.

This commit is contained in:
Sebastian Bugge 2025-03-27 18:49:22 +01:00
parent 79a1203333
commit 383dbfd853
Signed by untrusted user who does not match committer: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -2,6 +2,10 @@ export HISTFILESIZE=1000000000
export HISTSIZE=1000000000 export HISTSIZE=1000000000
export EDITOR='nvim' 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 # set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ]; then if [ -d "$HOME/bin" ]; then