diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-24 00:42:33 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-24 00:42:33 +0100 |
commit | 6ac0098997af6a4a694062972a0337cea3306826 (patch) | |
tree | 1a09de79071f10d80da712bcba27b3270c062e7b /Shell/.zshrc | |
parent | eac3c9e4dd7a709db9fb92f493f4b6e7732af663 (diff) | |
download | dotfiles-6ac0098997af6a4a694062972a0337cea3306826.tar.gz dotfiles-6ac0098997af6a4a694062972a0337cea3306826.tar.bz2 dotfiles-6ac0098997af6a4a694062972a0337cea3306826.zip |
+alias to load other emacs (user based one in .config/emacs/init.el)
Diffstat (limited to 'Shell/.zshrc')
-rw-r--r-- | Shell/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index 7a54586..aad555f 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -11,6 +11,7 @@ alias l="exa -al" alias md="mkdir" alias fzf="fzf --layout=reverse --height=20" alias suctl="systemctl --user" +alias uemacs="emacs -q -l '~/.config/emacs/init.el'" ## ZSH export ZSH_THEME="af-magic" |