summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/bash/bashrc')
-rw-r--r--abs/core-testing/bash/bashrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/abs/core-testing/bash/bashrc b/abs/core-testing/bash/bashrc
deleted file mode 100644
index 0963431..0000000
--- a/abs/core-testing/bash/bashrc
+++ /dev/null
@@ -1,6 +0,0 @@
-
-# Check for an interactive session
-[ -z "$PS1" ] && return
-
-alias ls='ls --color=auto'
-PS1='[\u@\h \W]\$ '