From 167166c9c1c0ab80dc1a67373241181b00b77b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 20 Oct 2017 18:10:23 +0200 Subject: Tiny cleanup --- shellrc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'shellrc') diff --git a/shellrc b/shellrc index 321c10a..a01b3e5 100644 --- a/shellrc +++ b/shellrc @@ -7,13 +7,8 @@ ################################################################################# # Aliases -if [ "$(uname -s)" = "FreeBSD" ]; then - alias ls='ls -G' -else - alias ls='ls --color=auto' - eval $(dircolors -b) - alias make="make -j$(nproc)" -fi +alias ls='ls --color=auto' +eval $(dircolors -b) alias ll='ls -lh' alias df='df -h' alias du='du -h' -- cgit v1.2.3