Alias bash 'history' command to 'h'

This commit is contained in:
2025-10-06 14:43:53 +02:00
parent 6f79b79bdd
commit 550c1e9521

View File

@@ -34,6 +34,7 @@ alias fzfpac="pacman -Slq | fzf -m --preview 'pacman -Si {1}' | xargs -ro sudo p
alias path='echo -e ${PATH//:/\\n}' # Pretty print path variables
# Programs
alias h="history"
alias o="xdg-open"
alias v="nvim"
alias g='git'