Added Emacs Client alias

This commit is contained in:
Fabio Scotto di Santolo
2025-10-30 16:20:38 +01:00
parent cd1a6c1252
commit dd7498294a

View File

@@ -178,6 +178,7 @@ alias paths='echo -e ${PATH//:/\\n}' # path: Echo all executable
alias userlist="cut -d: -f1 /etc/passwd | sort" alias userlist="cut -d: -f1 /etc/passwd | sort"
alias ip='ip -color' alias ip='ip -color'
alias stow='stow -d $DOTFILES ' alias stow='stow -d $DOTFILES '
alias em='emacsclient -t'
# Starship prompt # Starship prompt
if command -v starship > /dev/null 2>&1; then if command -v starship > /dev/null 2>&1; then