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