aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
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"