From dd7498294aeae49353933310b54725586d573ca2 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 30 Oct 2025 16:20:38 +0100 Subject: [PATCH] Added Emacs Client alias --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index 7ee516c..e220623 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -178,6 +178,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 -t' # Starship prompt if command -v starship > /dev/null 2>&1; then