summaryrefslogtreecommitdiffstats
path: root/roles/docker_img_rhel6ops/files/rhel6ops_container/bashrc
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2014-12-15 16:00:47 -0500
committerThomas Wiest <twiest@redhat.com>2014-12-15 16:00:47 -0500
commit023f92f9e3eec7de6c1286549000be79189a4fde (patch)
tree0bb33e5ee852ea533f1f808a8e86e38c97699bb4 /roles/docker_img_rhel6ops/files/rhel6ops_container/bashrc
parent2848232bdaed44fadb51548fe9d6c39fe89b8e11 (diff)
downloadopenshift-023f92f9e3eec7de6c1286549000be79189a4fde.tar.gz
openshift-023f92f9e3eec7de6c1286549000be79189a4fde.tar.bz2
openshift-023f92f9e3eec7de6c1286549000be79189a4fde.tar.xz
openshift-023f92f9e3eec7de6c1286549000be79189a4fde.zip
changed atomic proxy to use pre-built container images
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