Add Emacs client alias on Zsh

This commit is contained in:
Fabio Scotto di Santolo
2025-10-30 14:53:16 +01:00
parent 2379bf9c11
commit 4b28c3789f

View File

@@ -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:"*) ;;