Alias bash 'history' command to 'h'

This commit is contained in:
2025-10-06 14:43:53 +02:00
parent 0f29dc3054
commit 5216f7938b

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'