Update .zshrc

This commit is contained in:
alvinlollo
2025-11-15 20:11:39 +11:00
committed by GitHub
parent b480f8166e
commit 89e864830b
+5 -6
View File
@@ -72,18 +72,17 @@ source $ZSH/oh-my-zsh.sh
# User configuration
export EDITOR=nvim
# export MANPATH="/usr/local/man:$MANPATH"
# You may need to set your language environment manually
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# else
# export EDITOR='mvim'
# fi
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='nvim'
else
export EDITOR='vim'
fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"