config-bash/profile.d/path

6 lines
158 B
Plaintext
Raw Normal View History

2013-04-24 16:58:31 +02:00
#!/bin/bash
# Customize PATH
if [ -d $HOME/bin ] ; then export PATH=$PATH:$HOME/bin ; fi
if [ -d $HOME/scripts ] ; then export PATH=$PATH:$HOME/scripts ; fi