From ed23a3e905ed49b0d77245656610c4906c08d816 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 22 Oct 2020 07:40:01 -0400 Subject: change doom config --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index b079d37..f2f9673 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -33,6 +33,7 @@ setopt autocd alias ls="ls --color" +alias e="emacsclient -n" (( $+commands[exa] )) && alias ls="exa" (( $+commands[bat] )) && alias cat="bat" # if (( $+commands[most] )); then -- cgit v1.2.3