Commit ec886f48 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add an 'alert' alias (rings the terminal bell)

parent 1677a7cc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,3 +3,5 @@ alias dir='dir --color=auto'
alias grep='~/.shell/bin/grep-auto-exclude grep --color=auto -n'
alias fgrep='~/.shell/bin/grep-auto-exclude fgrep --color=auto -n'
alias egrep='~/.shell/bin/grep-auto-exclude egrep --color=auto -n'

alias alert='tput bel'