Skip to content

Commit

Permalink
envrc: Colourise autocomplete info text
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomSpaceship authored and DingoOz committed Jan 6, 2025
1 parent add8dd0 commit 6d6ecab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ fi

use flake
# print out autocomplete instructions
echo --------------------
printf '\033[0;33m' # orange text (makes it stand out more)
echo "--------------------"
echo "Run this command to set up autocomplete in your shell:"
# shellcheck disable=SC2016
echo 'eval "$(mk-workspace-shell-setup)"'
echo --------------------
echo
echo 'Alternatively, you can run:'
echo 'source software/scripts/autocomplete.sh'
echo "--------------------"
printf '\033[0m' # clear text formatting

0 comments on commit 6d6ecab

Please sign in to comment.