mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix: re-add EDITOR env var
This commit is contained in:
@@ -5,6 +5,7 @@ export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=60'
|
||||
export MANPATH="$DOTFILES/man:$MANPATH"
|
||||
[[ ! -f "$DOTFILES/_local.zsh" ]] || source "$DOTFILES/_local.zsh"
|
||||
export GITHUB_GPG_KEY_ID="B5690EEEBB952194"
|
||||
export EDITOR='nvim'
|
||||
|
||||
# local bin
|
||||
export PATH="$HOME/.local/bin:$HOME/bin:/usr/local/bin:/usr/local/sbin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user