Commit 0b0cae44 authored by nimrod's avatar nimrod
Browse files

Correction to bell shell alias.

parent 93f88516
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ alias jt='json_tool'
alias http-server='python3 -m http.server 8080'
alias dd='monitor dd status=progress'
alias screenshot-cleanup='find "$HOME/Pictures" -name "Screenshot from *.png" -delete'
alias bell='printf \a'
alias bell="printf '\a'"
command -v notify-send > /dev/null || alias notify-send='bell'

urlencode () {