mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-08 17:43:22 +10:00
Update .zshrc
This commit is contained in:
+5
-6
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user