fix(zsh): Minor re-ordering
This commit is contained in:
@@ -24,6 +24,9 @@ setopt HIST_REDUCE_BLANKS
|
|||||||
setopt HIST_VERIFY
|
setopt HIST_VERIFY
|
||||||
setopt INC_APPEND_HISTORY_TIME
|
setopt INC_APPEND_HISTORY_TIME
|
||||||
|
|
||||||
|
# Emacs mode
|
||||||
|
bindkey -e
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Shell Variables #
|
# Shell Variables #
|
||||||
###################
|
###################
|
||||||
@@ -47,6 +50,12 @@ export DIFFPROG="nvim -d"
|
|||||||
export NNN_TRASH=2
|
export NNN_TRASH=2
|
||||||
export NNN_PLUG=''
|
export NNN_PLUG=''
|
||||||
|
|
||||||
|
##########
|
||||||
|
# Prompt #
|
||||||
|
##########
|
||||||
|
|
||||||
|
source "${_here}/prompt"
|
||||||
|
|
||||||
###########
|
###########
|
||||||
# Plugins #
|
# Plugins #
|
||||||
###########
|
###########
|
||||||
@@ -141,19 +150,6 @@ alias rm='rm -I'
|
|||||||
alias n='nnn -dHerU'
|
alias n='nnn -dHerU'
|
||||||
alias ssh='ssh_with_title'
|
alias ssh='ssh_with_title'
|
||||||
|
|
||||||
##########
|
|
||||||
# Prompt #
|
|
||||||
##########
|
|
||||||
|
|
||||||
source "${_here}/prompt"
|
|
||||||
|
|
||||||
########
|
|
||||||
# Misc #
|
|
||||||
########
|
|
||||||
|
|
||||||
# Emacs mode
|
|
||||||
bindkey -e
|
|
||||||
|
|
||||||
###########
|
###########
|
||||||
# Cleanup #
|
# Cleanup #
|
||||||
###########
|
###########
|
||||||
|
|||||||
Reference in New Issue
Block a user