summaryrefslogtreecommitdiffstats
path: root/roles/atomic_base/files/bash/bashrc
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-26 11:58:50 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-26 11:58:50 -0400
commit09e41be0eb83e24f284b84015bb1abbd25f23dff (patch)
treede2fa359c07bc971ce27c5ac4c0cd2a649937ef7 /roles/atomic_base/files/bash/bashrc
parentce6a15b62755e10cfa31628e5c9e430ef876c1ff (diff)
downloadopenshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.tar.gz
openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.tar.bz2
openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.tar.xz
openshift-09e41be0eb83e24f284b84015bb1abbd25f23dff.zip
removed references to atomic proxy.
Diffstat (limited to 'roles/atomic_base/files/bash/bashrc')
-rw-r--r--roles/atomic_base/files/bash/bashrc12
1 files changed, 0 insertions, 12 deletions
diff --git a/roles/atomic_base/files/bash/bashrc b/roles/atomic_base/files/bash/bashrc
deleted file mode 100644
index 446f18f22..000000000
--- a/roles/atomic_base/files/bash/bashrc
+++ /dev/null
@@ -1,12 +0,0 @@
-# .bashrc
-
-# User specific aliases and functions
-
-alias rm='rm -i'
-alias cp='cp -i'
-alias mv='mv -i'
-
-# Source global definitions
-if [ -f /etc/bashrc ]; then
- . /etc/bashrc
-fi