aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-13 17:29:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-13 17:29:16 +1300
commit678ce504f4dcc8a864a4dd0884a1531760bdc7fc (patch)
tree4dbea6d0c4f0491ca1c596b92d68555fad6a2e8a /bash
parentInitialize flag vars (diff)
downloaddotfiles-678ce504f4dcc8a864a4dd0884a1531760bdc7fc.tar.gz
dotfiles-678ce504f4dcc8a864a4dd0884a1531760bdc7fc.zip
Fix alphabetical order
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/aliases.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/bashrc.d/aliases.bash b/bash/bashrc.d/aliases.bash
index 80a9373a..f0cee8e5 100644
--- a/bash/bashrc.d/aliases.bash
+++ b/bash/bashrc.d/aliases.bash
@@ -1,9 +1,9 @@
-# Print a terminal bell
-alias bell='printf '$'\a'
-
# Don't print the bc(1) welcome message
alias bc='bc -q'
+# Print a terminal bell
+alias bell='printf '$'\a'
+
# Use a unified format for diff(1) by default
alias diff='diff -u'