aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authory-jan137 <yousefjan24000@gmail.com>2026-04-15 18:34:41 +0300
committery-jan137 <yousefjan24000@gmail.com>2026-04-15 18:34:41 +0300
commit03951fecab601a966c946dd850971c68e07046e3 (patch)
treea6dab72c2b73c2b51ab87da461c887aa2741cb4e /zsh
parent0443194dec65696852d18ee004c933ee35fa5c92 (diff)
Updates
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index dcbf2f2..c20e539 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,6 +1,9 @@
eval "$(/opt/homebrew/bin/brew shellenv)"
alias python=python3
alias ls='ls -lah'
+alias vim=nvim
+alias ta='tmux attach'
+alias td='tmux detach'
# bun completions
[ -s "/Users/yousefjan/.bun/_bun" ] && source "/Users/yousefjan/.bun/_bun"