summaryrefslogtreecommitdiffstats
path: root/roles/docker_img_rhel6ops/files/rhel6ops_container/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'roles/docker_img_rhel6ops/files/rhel6ops_container/bashrc')
-rw-r--r--roles/docker_img_rhel6ops/files/rhel6ops_container/bashrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/docker_img_rhel6ops/files/rhel6ops_container/bashrc b/roles/docker_img_rhel6ops/files/rhel6ops_container/bashrc
deleted file mode 100644
index 343051d19..000000000
--- a/roles/docker_img_rhel6ops/files/rhel6ops_container/bashrc
+++ /dev/null
@@ -1,14 +0,0 @@
-# .bashrc
-
-# User specific aliases and functions
-
-alias ls='ls --color'
-alias rm='rm -i'
-alias cp='cp -i'
-alias mv='mv -i'
-alias vi=vim
-
-# Source global definitions
-if [ -f /etc/bashrc ]; then
- . /etc/bashrc
-fi