From 6ac0098997af6a4a694062972a0337cea3306826 Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 24 May 2020 00:42:33 +0100 Subject: +alias to load other emacs (user based one in .config/emacs/init.el) --- Shell/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'Shell/.zshrc') 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" -- cgit v1.2.3-13-gbd6f