mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-17 17:03:32 +01:00
6 lines
150 B
Text
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
|
|
|