4 lines
94 B
Bash
4 lines
94 B
Bash
alias a="tmux new-session -A -s main"
|
|
alias cz="chezmoi"
|
|
alias gs="git status"
|
|
alias v="nvim"
|