dotfiles/home/shrc.d/aliases

6 lines
63 B
Text
Raw Normal View History

2023-09-12 22:57:31 +02:00
# git
2023-09-28 09:12:27 +02:00
alias g=git
2023-09-12 22:57:31 +02:00
2024-04-13 15:42:36 +02:00
# tmux, sudo
alias tsudo='tmux new sudo -i'