ansible-role--bashrc/files/bashrc.d/00-bin-gnusidecloud.sh
@@@No user configured@@@ fc5f81307c Reorganize bash role.
2015-11-18 00:57:38 +01:00

12 lines
195 B
Bash

#!/bin/sh
###
# Set up GNUSIDE CLOUD environment
#
GNUSIDE_CLOUD_PATH="$HOME/Documents/_GnusideCloud"
if [ -d "$GNUSIDE_CLOUD_PATH/bin" ]; then
export PATH="$GNUSIDE_CLOUD_PATH/bin:$PATH"
fi