config-bash/profile.d/path
2013-04-24 16:58:31 +02:00

6 lines
158 B
Bash

#!/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