Skip to content

Commit

Permalink
add comment in shell rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesob committed Oct 25, 2015
1 parent b5dfcf2 commit 1413872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desk
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ cmd_init() {
echo "${USER_SHELLRC} doesn't exist"
exit 1
fi
echo "# Hook for desk activation" >> "$USER_SHELLRC"
echo "[ ! -z \"\$DESK_ENV\" ] && source \"\$DESK_ENV\"" >> "$USER_SHELLRC"
echo "Done. Start adding desks to ${NEW_PREFIX}/desks!"
}
Expand Down

0 comments on commit 1413872

Please sign in to comment.