Add some nice to have things.

This commit is contained in:
Sebastian Bugge 2025-04-01 11:53:41 +02:00
parent 6b99582fe8
commit f1c76040cb
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -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