aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-28 12:33:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-28 12:33:47 +1200
commit6aace646cd237b50fffd418770766efe3a21f80a (patch)
tree141d34db2b115f803f6169ff0c410f7be2f46f69
parentAdded markdown syntax file (diff)
downloaddotfiles-6aace646cd237b50fffd418770766efe3a21f80a.tar.gz
dotfiles-6aace646cd237b50fffd418770766efe3a21f80a.zip
Add alias for sl
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 2e95c73e..d3fedef0 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -70,6 +70,9 @@ alias grep="grep $GREP_OPTS"
# Protect innocent MySQL databases from my stupidity.
alias mysql="mysql --safe-updates"
+# I always do this and I hate slow train.
+alias sl="ls"
+
# Use completion, if available.
if [ -e /etc/bash_completion ]; then
. /etc/bash_completion