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 /bash/.bashrc | |
| parent | 9e91374284c0e7a6d4567c3cad8577af6dcc270f (diff) | |
Updates
Diffstat (limited to 'bash/.bashrc')
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 44ef126..c82d29c 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -6,7 +6,7 @@ PS1='[\u@\h \[\e[38;2;175;215;255m\]\w\[\e[0m\]]\$ ' # Aliases alias python=python3 alias ls='ls -larth' -alias em=emacs +alias e='emacsclient -nc -a ""' alias copy='xclip -selection clipboard' alias paste='xclip -o -selection clipboard' |