diff --git a/zsh/rc b/zsh/rc index 605d7d8..1e899df 100644 --- a/zsh/rc +++ b/zsh/rc @@ -24,6 +24,9 @@ setopt HIST_REDUCE_BLANKS setopt HIST_VERIFY setopt INC_APPEND_HISTORY_TIME +# Emacs mode +bindkey -e + ################### # Shell Variables # ################### @@ -47,6 +50,12 @@ export DIFFPROG="nvim -d" export NNN_TRASH=2 export NNN_PLUG='' +########## +# Prompt # +########## + +source "${_here}/prompt" + ########### # Plugins # ########### @@ -141,19 +150,6 @@ alias rm='rm -I' alias n='nnn -dHerU' alias ssh='ssh_with_title' -########## -# Prompt # -########## - -source "${_here}/prompt" - -######## -# Misc # -######## - -# Emacs mode -bindkey -e - ########### # Cleanup # ###########