You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf>&2"${CLEAR} Shell scripts are located in ${BOLD_RED}%s\n${CLEAR}""${dest_path}"
243
+
# shellcheck disable=SC2059
244
+
printf>&2"${CLEAR} Manpages are located in ${BOLD_RED}%s\n${CLEAR}""${man_dest_path}"
220
245
221
246
if!echo"${PATH}"| grep -q "${dest_path}";then
222
-
printf>&2"\033[0m Be sure that \033[1;31m%s\033[0m is in your \033[1;31m\$PATH\033[0m environment variable to be able to use distrobox without specifying the full path.\n\033[0m""${dest_path}"
247
+
# shellcheck disable=SC2059
248
+
printf>&2"${CLEAR} Be sure that ${BOLD_RED}%s${CLEAR} is in your ${BOLD_RED}\$PATH${CLEAR} environment variable to be able to use distrobox without specifying the full path.\n${CLEAR}""${dest_path}"
0 commit comments