diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-10 18:52:51 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-10 18:52:51 +0100 |
commit | 2d8f507949c22959bd925d63e35b0956f41d290f (patch) | |
tree | 5f1cb076699e92d87eb928737abcd1010074b59a /Shell | |
parent | 7ba08b646f4a72539661a79ead0646a97a663852 (diff) | |
download | dotfiles-2d8f507949c22959bd925d63e35b0956f41d290f.tar.gz dotfiles-2d8f507949c22959bd925d63e35b0956f41d290f.tar.bz2 dotfiles-2d8f507949c22959bd925d63e35b0956f41d290f.zip |
~sedit now uses eserver
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index eb2023e..40d1d82 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -14,7 +14,7 @@ alias md="mkdir" alias fzf="fzf --layout=reverse --height=20" alias suctl="systemctl --user" alias uemacs="emacs -q -l '~/.config/emacs/init.el'" -alias sedit="emacsclient -a emacs -s MAIN -c" +alias sedit="eserver -a emacs -c" alias dre="doom sync" ## ZSH |