prepare for chezmoi
This commit is contained in:
parent
51cea794e5
commit
bff1491744
2 changed files with 1 additions and 1 deletions
6
zshenv
Normal file
6
zshenv
Normal file
|
@ -0,0 +1,6 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue