This commit disables vim inside emacs, the other one makes :wq consistent with :q and :quit

This commit is contained in:
Magic_RB 2020-08-10 14:35:00 +02:00
parent 11c292635c
commit 436520bb53

View file

@ -43,6 +43,8 @@ PS1=$PS1'\[$(vterm_prompt_end)\]'
alias E="SUDO_EDITOR=\"emacsclient -a emacs\" sudoedit"
alias e="emacsclient"
[[ ! -z "${INSIDE_EMACS}" ]] && alias vim="e"
#if [[ -d "/mnt/data3/Programs/bin" ]]; then
# export PATH="/mnt/data3/Programs/bin:${PATH}"
#fi