aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 9f5d4b9..3520e12 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -3,7 +3,7 @@ eval "$(/opt/homebrew/bin/brew shellenv)"
PROMPT='[%n@%m %F{#afd7ff}%~%f]%# '
alias python=python3
alias ls='ls -larth'
-alias em=emacs
+alias e='emacsclient -nc -a ""'
alias copy=pbcopy
alias paste=pbpaste