Skip to content
Snippets Groups Projects
Commit 1c8fd72e authored by nimrod's avatar nimrod
Browse files

Correction to bell shell alias.

parent 6e74cd67
Branches
No related tags found
No related merge requests found
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment