Skip to content

Commit

Permalink
Fix default .zshrc EDITOR
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 22, 2024
1 parent f96d05c commit 90c563f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,8 @@ source $ZSH/oh-my-zsh.sh
# You may need to manually set your language environment
# export LANG=en_US.UTF-8

# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim'
else
export EDITOR='nvim'
fi
# Default editor
export EDITOR='vim'

# Compilation flags
# export ARCHFLAGS="-arch $(uname -m)"
Expand Down

0 comments on commit 90c563f

Please sign in to comment.