aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/bash/bashrc')
-rwxr-xr-xrepos/extra/bash/bashrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/repos/extra/bash/bashrc b/repos/extra/bash/bashrc
deleted file mode 100755
index 3da30286..00000000
--- a/repos/extra/bash/bashrc
+++ /dev/null
@@ -1,11 +0,0 @@
-# /etc/bashrc
-
-alias ls='ls --color=auto'
-alias grep='grep --color=auto'
-
-if [ -d /etc/bashrc.d/ ]; then
- for f in /etc/bashrc.d/*.sh; do
- [ -r "$f" ] && . "$f"
- done
- unset f
-fi