fix(zsh): Minor re-ordering

This commit is contained in:
2024-07-31 11:41:43 +02:00
parent 57f541e2f4
commit b7ca715bc7
+9 -13
View File
@@ -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 #
########### ###########