mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Changed to nano as default editor
This commit is contained in:
parent
426a228d0b
commit
dedc5bedfd
1 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=/home/raven/.oh-my-zsh
|
||||
export ZSH=/home/raven/.oh-my-zsh
|
||||
|
||||
#Set user custom values
|
||||
DEFAULT_USER="raven"
|
||||
|
|
@ -76,11 +76,11 @@ source $ZSH/oh-my-zsh.sh
|
|||
# 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='nano'
|
||||
else
|
||||
export EDITOR='nano'
|
||||
fi
|
||||
|
||||
# Compilation flags
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue