Clean up init.zsh

This commit is contained in:
Alexander Rosenberg 2024-03-04 22:44:22 -08:00
parent c3f012d74a
commit bda1af923b
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -75,7 +75,7 @@ elif [[ -v INSIDE_EMACS ]]; then
else
export EDITOR='emacsclient -a nvim -nw'
# Because I keep using n by mistake
alias emacs='emacsclient -a nvim -nw '
alias emacs="${EDITOR} "
alias n=emacs
alias e=emacs
function dired() {