aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorYousef Jan <yousefjan24000@gmail.com>2026-05-10 08:50:43 +0300
committerYousef Jan <yousefjan24000@gmail.com>2026-05-10 08:50:43 +0300
commit9e91374284c0e7a6d4567c3cad8577af6dcc270f (patch)
tree13b1e90ef91a322b225f64d41c9c6f0b01343621 /zsh
parent3db77a4aea42ff6f2f8c302e1be63620b9ba2bab (diff)
Updates
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index c82c6ad..9f5d4b9 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -2,10 +2,10 @@ eval "$(/opt/homebrew/bin/brew shellenv)"
PROMPT='[%n@%m %F{#afd7ff}%~%f]%# '
alias python=python3
-alias ls='ls -lah'
-alias vim=nvim
-alias ta='tmux attach'
-alias td='tmux detach'
+alias ls='ls -larth'
+alias em=emacs
+alias copy=pbcopy
+alias paste=pbpaste
# bun completions
[ -s "/Users/yousefjan/.bun/_bun" ] && source "/Users/yousefjan/.bun/_bun"