diff options
author | Karel Kočí <cynerd@email.cz> | 2017-10-05 23:33:39 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-10-05 23:33:39 +0200 |
commit | 2fc8d93ef509f583f6977588c7b3fb2cf8ebd332 (patch) | |
tree | 086220f9fadb46bcaea62167733687e9f154fac0 /shellrc | |
parent | 5193d42151091b2d15b28f1095a5ee19589bc312 (diff) | |
download | myconfigs-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-- | shellrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |