From: Simon Ruderich Date: Sun, 21 Sep 2008 16:39:55 +0000 (+0200) Subject: Removed old unnecessary code. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=312a485683c11da4ceac2cce34b93857c1ea0813;p=config%2Fdotfiles.git Removed old unnecessary code. --- diff --git a/bash/rc.local b/bash/rc.local deleted file mode 100644 index 20490ce..0000000 --- a/bash/rc.local +++ /dev/null @@ -1,14 +0,0 @@ -# Bash configuration file. - - -# Path to my unix directory which contains useful scripts and configuration -# files. -MYUNIX=$HOME/Documents/unix - -# Default settings for PATH on Mac OS X. -export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin -# Add MacPorts and my unix directory to PATH. -export PATH=$MYUNIX/bin:/opt/local/bin:/opt/local/sbin:$PATH - -# Unset the MANPATH so the value of $PATH is used to search for man pages. -unset MANPATH diff --git a/bash/rc.zucker b/bash/rc.zucker index 79d3c48..cd96419 100644 --- a/bash/rc.zucker +++ b/bash/rc.zucker @@ -1,9 +1,5 @@ # Bash configuration file for zucker.schokokeks.org. -# Aliases for easy and fast cd to important directories. -#alias cdh='cd; cd websites/ruderich.org/htdocs' -#alias cdl='cd; /var/log/apache2/ruderich' - # Immediately start zsh. zsh