diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-11-02 11:13:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-11-02 11:13:24 -0300 |
commit | 9673e9f3645ebc349415e7d7aaa69645de248994 (patch) | |
tree | 63e3a645967a1a4e9bf287f8bc2fdcdcc3601ef2 /profile.dot.link | |
parent | 1eee787c52d6d6ec61a76714486978206e1964b6 (diff) | |
download | profile-master.tar.gz profile-master.tar.bz2 |
Diffstat (limited to 'profile.dot.link')
-rw-r--r-- | profile.dot.link | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/profile.dot.link b/profile.dot.link index 487e0ec..a8acc66 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -457,10 +457,13 @@ if [ -z "$STARTUP_FOLDER" ] && [ -f "/srv/shared/kvmxfile" ]; then STARTUP_FOLDER="/srv/shared" fi +# Only change to the startup folder if it's set +#if [ ! -z "$STARTUP_FOLDER" ]; then +# cd $STARTUP_FOLDER +#fi + # Make sure we start at the startup folder, defaulting to home -if [ ! -z "$STARTUP_FOLDER" ]; then - cd $STARTUP_FOLDER -fi +cd $STARTUP_FOLDER # Include other profiles if [ -d "$HOME/.profile.d" ]; then |