From 5836edd99f703ae44066fab774cd1858b06b12b6 Mon Sep 17 00:00:00 2001 From: Yousef Jan Date: Sun, 10 May 2026 13:14:19 +0300 Subject: Updates --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') 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 -- cgit v1.2.3