Also unset any ll function, just in case

This commit is contained in:
Nathan Broadbent
2012-08-16 00:24:42 +12:00
parent 6ebb47eb14
commit 8fcf8e8411

View File

@@ -221,7 +221,7 @@ fi
# Function wrapper around 'll' # Function wrapper around 'll'
# Adds numbered shortcuts to output of ls -l, just like 'git status' # Adds numbered shortcuts to output of ls -l, just like 'git status'
unalias ll > /dev/null 2>&1 unalias ll > /dev/null 2>&1; unset -f ll > /dev/null 2>&1
function ll { function ll {
# Use ruby to inject numbers into ls output # Use ruby to inject numbers into ls output
ruby -e "$( cat <<EOF ruby -e "$( cat <<EOF