This commit is contained in:
Thomas Forgione 2022-07-02 13:38:53 +02:00
parent 9a6bc3197e
commit e767ecead0
1 changed files with 2 additions and 0 deletions

2
bashrc
View File

@ -87,6 +87,8 @@ fi
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert