diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-01-30 20:25:16 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-01-30 20:25:16 +0100 |
| commit | d6267e8be85d367270b5461f5125952f4e166ba6 (patch) | |
| tree | 416d50fda84b0e7cd5e5e58678ca03c7473d2fc6 /zsh | |
| parent | 780b034718477106b223a3dd16b87e844b275480 (diff) | |
set alias for tmux
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/index.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh index ab8b578..a34dee3 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -16,6 +16,7 @@ source ~/.config/zsh/prompt.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +alias t='tmux' alias n='nvim' alias tg='git describe --tags HEAD' alias rr='. ranger' |
