ansible-role--bashrc/files/bashrc.d/06-gnusidecloud.sh

11 lines
196 B
Bash
Raw Normal View History

2015-11-17 11:07:59 +00:00
#!/bin/sh
###
# Set up GNUSIDE CLOUD environment
#
GNUSIDE_CLOUD_PATH="$HOME/Documents/_GnusideCloud"
if [[ -s "$GNUSIDE_CLOUD_PATH/bin" ]]; then
export PATH="$GNUSIDE_CLOUD_PATH/bin:$PATH"
fi