summaryrefslogtreecommitdiff
path: root/zsh/index.zsh
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2026-01-30 20:25:16 +0100
committerSkladnayazebra <skladnayazebra@gmail.com>2026-01-30 20:25:16 +0100
commitd6267e8be85d367270b5461f5125952f4e166ba6 (patch)
tree416d50fda84b0e7cd5e5e58678ca03c7473d2fc6 /zsh/index.zsh
parent780b034718477106b223a3dd16b87e844b275480 (diff)
set alias for tmux
Diffstat (limited to 'zsh/index.zsh')
-rw-r--r--zsh/index.zsh1
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'