aliases : mise à jour

This commit is contained in:
Ahurac 2024-04-13 15:42:36 +02:00
parent 994c0254c0
commit 41bbe54ece
2 changed files with 5 additions and 12 deletions

View file

@ -27,3 +27,6 @@ alias sudo=sudo\
# man-db # man-db
alias man=man\ alias man=man\
# helix
alias hx=helix

View file

@ -1,15 +1,5 @@
# wine
alias wine32="WINEPREFIX=~/.wine32 wine"
# kitty
if [ "$TERM" = xterm-kitty ]; then
alias ssh="kitty +kitten ssh"
else
alias sshm="ssh -M"
fi
# git # git
alias g=git alias g=git
# helix # tmux, sudo
alias hx=helix alias tsudo='tmux new sudo -i'