aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-10-05 23:33:39 +0200
committerKarel Kočí <cynerd@email.cz>2017-10-05 23:33:39 +0200
commit2fc8d93ef509f583f6977588c7b3fb2cf8ebd332 (patch)
tree086220f9fadb46bcaea62167733687e9f154fac0 /shellrc
parent5193d42151091b2d15b28f1095a5ee19589bc312 (diff)
downloadmyconfigs-2fc8d93ef509f583f6977588c7b3fb2cf8ebd332.tar.gz
myconfigs-2fc8d93ef509f583f6977588c7b3fb2cf8ebd332.tar.bz2
myconfigs-2fc8d93ef509f583f6977588c7b3fb2cf8ebd332.zip
Drop annoyme from shell and some other small changes
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'