useless code

This commit is contained in:
Loic Nageleisen 2012-08-13 15:51:59 +02:00
parent 99b4586d68
commit fa80fdd2ac

View file

@ -1,15 +1,5 @@
## .profile
# utility functions
path_append () {
PATH="$PATH:$1"
}
path_prepend () {
PATH="$1:$PATH"
}
# load all shell files
for file in ~/.dotfiles/shell/*; do
[[ -x $file ]] && source $file