summaryrefslogtreecommitdiff
path: root/testing/bash/dot.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'testing/bash/dot.bashrc')
-rw-r--r--testing/bash/dot.bashrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/bash/dot.bashrc b/testing/bash/dot.bashrc
deleted file mode 100644
index a355b0cd3..000000000
--- a/testing/bash/dot.bashrc
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# ~/.bashrc
-#
-
-# If not running interactively, don't do anything
-[[ $- != *i* ]] && return
-
-alias ls='ls --color=auto'
-PS1='[\u@\h \W]\$ '