diff options
| author | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-10 13:14:19 +0300 |
|---|---|---|
| committer | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-10 13:14:19 +0300 |
| commit | 5836edd99f703ae44066fab774cd1858b06b12b6 (patch) | |
| tree | 43b866f3c4a7eb3d1601233615549ceb78d570d9 /zsh | |
| parent | 9e91374284c0e7a6d4567c3cad8577af6dcc270f (diff) | |
Updates
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |