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