Skip to content

Instantly share code, notes, and snippets.

@alvaromuir
Created April 12, 2021 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvaromuir/334a9c08176dadb8daa51a52e3c47d84 to your computer and use it in GitHub Desktop.
Save alvaromuir/334a9c08176dadb8daa51a52e3c47d84 to your computer and use it in GitHub Desktop.
for i in $(prompt -l | sed '1d' | sed 's/ /\n/g')
do
echo $i:
echo $(prompt -p $i) "\n\n"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment