aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc')
-rw-r--r--shellrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc b/shellrc
index 2979249..10f6f2c 100644
--- a/shellrc
+++ b/shellrc
@@ -14,7 +14,7 @@ else
eval $(dircolors -b)
alias make="make -j$(nproc)"
fi
-alias ll='ls -l'
+alias ll='ls -lh'
alias grep='grep --color=auto'
alias git='LANG=en_GB git'
alias gdb='gdb -q'