Add some nice to have things.
This commit is contained in:
parent
6b99582fe8
commit
f1c76040cb
1 changed files with 4 additions and 0 deletions
4
.zshenv
4
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue