summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-22 07:40:01 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-22 07:40:01 -0400
commited23a3e905ed49b0d77245656610c4906c08d816 (patch)
tree5207fb11cd6d8356cccc0831c2298cb61fa3a1dd /zsh
parent0254f49486cf55a8d964d251e472c2a6b4e4a315 (diff)
change doom config
Diffstat (limited to 'zsh')
-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