1
0

Added h alias for history + grep

This commit is contained in:
Adrien Bouvais 2025-07-05 10:53:25 +00:00
parent c070507503
commit 9e432e9764

View File

@ -7,6 +7,7 @@ alias Key="cat ~/.ssh/id_rsa.pub"
alias Server="ssh adrien@192.168.178.26"
alias untar="sudo tar -xf"
alias h="history | grep"
# For scrcpy
export SDL_VIDEODRIVER=wayland