ansible-role--bashrc/files/bashrc.d/06-gnusidecloud.sh
@@@No user configured@@@ 0609db4265 Add bashrc module.
2015-11-17 12:07:59 +01:00

11 lines
196 B
Bash

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