Edit script

This commit is contained in:
2025-03-23 13:16:45 +04:00
parent 4dcc274909
commit f802724abf
2 changed files with 42 additions and 0 deletions

View File

@@ -11,3 +11,5 @@ alias tfd="tf destroy"
alias ga="git add ."
alias gc='git commit -m'
alias gp="git push"
alias T="tmux attach -t Work || tmux new -s Work"
alias t-help="~/.dotfiles/sh/./tmux-help"