diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
| commit | 03951fecab601a966c946dd850971c68e07046e3 (patch) | |
| tree | a6dab72c2b73c2b51ab87da461c887aa2741cb4e /zsh/.zshrc | |
| parent | 0443194dec65696852d18ee004c933ee35fa5c92 (diff) | |
Updates
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |