aboutsummaryrefslogtreecommitdiff
path: root/bashrc.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc.dot.link')
-rw-r--r--bashrc.dot.link13
1 files changed, 1 insertions, 12 deletions
diff --git a/bashrc.dot.link b/bashrc.dot.link
index ed3e361..ab85f71 100644
--- a/bashrc.dot.link
+++ b/bashrc.dot.link
@@ -1,17 +1,6 @@
#
-# Bash rc file
+# Bash initialization
#
-# See http://superuser.com/questions/90535/how-do-i-turn-of-auto-echo-in-bash-when-i-cd
-function cd {
- if [ -z "$*" ]; then
- destination=~
- else
- destination=$*
- fi
-
- builtin cd "${destination}" > /dev/null
-}
-
# Load the profile
. $HOME/.profile