Alias bash 'history' command to 'h'

main
Hektor Misplon 2025-10-06 14:43:53 +02:00
parent 0f29dc3054
commit 5216f7938b
1 changed files with 1 additions and 0 deletions

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'