aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc')
-rw-r--r--shellrc9
1 files changed, 2 insertions, 7 deletions
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'