1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-04-18 02:56:33 +02:00
dotfiles/envs/starlink

6 lines
150 B
Text

# Add StarLink
STARLINK_DIR='/mnt/data/user/bin/star-hikianalia'
if [ -e $STARLINK_DIR"/etc/profile" ]; then
source $STARLINK_DIR"/etc/profile"
fi