summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
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