aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorYousef Jan <yousefjan24000@gmail.com>2026-05-10 13:14:19 +0300
committerYousef Jan <yousefjan24000@gmail.com>2026-05-10 13:14:19 +0300
commit5836edd99f703ae44066fab774cd1858b06b12b6 (patch)
tree43b866f3c4a7eb3d1601233615549ceb78d570d9 /zsh/.zshrc
parent9e91374284c0e7a6d4567c3cad8577af6dcc270f (diff)
Updates
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