Move shell agnostic stuff to .env from .zshenv
This commit is contained in:
parent
10f025a668
commit
174afc2f06
1 changed files with 0 additions and 16 deletions
16
zshenv
16
zshenv
|
@ -7,22 +7,6 @@
|
|||
|
||||
[ -e $HOME/.env ] && source $HOME/.env
|
||||
|
||||
PAGER="less"
|
||||
MANPAGER=$PAGER
|
||||
EDITOR="vim"
|
||||
VISUAL=$EDITOR
|
||||
LESSHISTFILE="-"
|
||||
GREP_OPTIONS="--color=auto"
|
||||
GREP_COLOR="1;32"
|
||||
|
||||
export PATH \
|
||||
PAGER MANPAGER \
|
||||
EDITOR VISUAL \
|
||||
LESSHISTFILE \
|
||||
GREP_OPTIONS GREP_COLOR
|
||||
|
||||
[ $SYS = 'linux' ] && export MAIL="/var/mail/$USER"
|
||||
|
||||
# System specific environment settings
|
||||
[ -e $HOME/.zshenv.$SYS ] && source $HOME/.zshenv.$SYS
|
||||
# Local environment settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue