aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-10-05 23:37:03 +0200
committerKarel Kočí <cynerd@email.cz>2017-10-05 23:38:36 +0200
commite79776c14c86e37f89087504f765638f2c20eb96 (patch)
tree3f8ff371c7ecf8b3f3a0eb509ce269c180476b77 /shellrc
parent3bf384e3ee04e3a82cfb65a73b11cce9f0320519 (diff)
parent2fc8d93ef509f583f6977588c7b3fb2cf8ebd332 (diff)
downloadmyconfigs-e79776c14c86e37f89087504f765638f2c20eb96.tar.gz
myconfigs-e79776c14c86e37f89087504f765638f2c20eb96.tar.bz2
myconfigs-e79776c14c86e37f89087504f765638f2c20eb96.zip
Merge branch 'master' into server
Diffstat (limited to 'shellrc')
-rw-r--r--shellrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc b/shellrc
index 1c274db..a607bd9 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'