dotfiles/home/shrc.d/aliases

9 lines
90 B
Text
Raw Permalink 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'
2024-05-14 22:33:37 +02:00
# ssh
alias sshm='ssh -M'