Browse Source

Solve the bell question

Alois Mahdal 6 years ago
parent
commit
d5ecf85b49
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      dotfiles/bash/main.bashrc

+ 6
- 0
dotfiles/bash/main.bashrc View File

@@ -12,6 +12,12 @@ test -f /usr/share/git-core/contrib/completion/git-prompt.sh \
12 12
 ### SUBZ ###
13 13
 ### '''' ###
14 14
 
15
+bb() {
16
+    #
17
+    # Ring the bell
18
+    #
19
+    printf '\a'
20
+}
15 21
 
16 22
 dt() {
17 23
     #