Added Emacs Client alias
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user