diff options
author | yushyin <yushyin@saga> | 2019-06-11 00:55:39 +0200 |
---|---|---|
committer | yushyin <yushyin@saga> | 2019-06-11 00:55:39 +0200 |
commit | 614eb79f5271b3c2a5f1c62e57dd8a5be161d76c (patch) | |
tree | 56a65b5de1bf6a1e3886d46d162250b4973e2588 /zsh/.zprofile | |
download | dotfiles-igor-614eb79f5271b3c2a5f1c62e57dd8a5be161d76c.tar.gz dotfiles-igor-614eb79f5271b3c2a5f1c62e57dd8a5be161d76c.tar.xz |
first commit
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..0d2a4e3 --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,11 @@ +# exports +EDITOR=vim +VIMINIT='let $MYVIMRC="~/.config/vim/vimrc" | source $MYVIMRC' +TEXMFHOME=~/.local/share/texlive +TEXMFCONFIG=~/.config/texlive +TEXMFVAR=~/.cache/texlive +export EDITOR VIMINIT TASKRC TEXMFHOME TEXMFCONFIG TEXMFVAR + +eval "$(perl -I$HOME/.local/perl5/lib/perl5/ -Mlocal::lib=--deactivate-all,$HOME/.local/perl5)" + +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx |