From 4b28c3789fbefc1688621b17609a2abc9556c925 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 30 Oct 2025 14:53:16 +0100 Subject: [PATCH] Add Emacs client alias on Zsh --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index ebd6007..6909f01 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -90,6 +90,7 @@ alias paths='echo -e ${PATH//:/\\n}' # path: Echo all executable alias userlist="cut -d: -f1 /etc/passwd | sort" alias ip='ip -color' alias stow='stow -d $DOTFILES ' +alias em='emacsclient -tq' case ":$PATH:" in *":$HOME/.local/bin:"*) ;;