From 1c8fd72eec9fca6666cfbbdef3bd61a2d4cdc382 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 1 Apr 2018 22:50:02 +0300
Subject: [PATCH] Correction to bell shell alias.

---
 .bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index b37e2c4..ad99ddd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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 () {
-- 
GitLab