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 # User configuration
export EDITOR=nvim
# export MANPATH="/usr/local/man:$MANPATH" # export MANPATH="/usr/local/man:$MANPATH"
# You may need to set your language environment manually # You may need to set your language environment manually
# export LANG=en_US.UTF-8 # export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions # Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim' export EDITOR='nvim'
# else else
# export EDITOR='mvim' export EDITOR='vim'
# fi fi
# Compilation flags # Compilation flags
# export ARCHFLAGS="-arch x86_64" # export ARCHFLAGS="-arch x86_64"