added tmux attach/start alias

This commit is contained in:
2025-06-28 16:25:40 +05:00
parent 0101d22ad4
commit 702bc0d5ca

1
.zshrc
View File

@ -16,6 +16,7 @@ bindkey '^R' history-incremental-search-backward
bindkey '^I^I' autosuggest-accept bindkey '^I^I' autosuggest-accept
alias v="nvim" alias v="nvim"
alias ta='tmux at || tmux'
alias ls="ls --color" alias ls="ls --color"
alias homeaudio="ncmpcpp -h 192.168.0.100" alias homeaudio="ncmpcpp -h 192.168.0.100"
alias lg="lazygit" alias lg="lazygit"