Parcourir la source

Solve the bell question

Alois Mahdal il y a 6 ans
Parent
révision
d5ecf85b49
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6
    0
      dotfiles/bash/main.bashrc

+ 6
- 0
dotfiles/bash/main.bashrc Voir le fichier

@@ -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
     #