add rehash alias

This commit is contained in:
2023-08-26 13:10:14 +02:00
parent 49a8b7294f
commit f8a98f3c9a

View File

@@ -177,6 +177,9 @@ export USERTMP=~/tmp
# :)
alias fuck='sudo $(history -p \!\!)'
# I am used to rehash...
alias rehash="hash -r"
# french-> english and english->french translation
alias trans="trans.sh"
alias rtrans="trans.sh -fen -tfr"