prepare for chezmoi

This commit is contained in:
Nikolas Weger 2021-07-23 13:52:08 +02:00
parent 51cea794e5
commit bff1491744
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +0,0 @@
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
export ZDOTDIR="$HOME/.config/dotfiles/zsh"
[[ -n $SSH_CONNECTION ]] && export EDITOR='vim' || export EDITOR='nvim'
[[ -f "$ZDOTDIR/local/env.zsh" ]] && source "$ZDOTDIR/local/env.zsh"