Skip to content

Commit

Permalink
move the help message on top so it's easier to change
Browse files Browse the repository at this point in the history
  • Loading branch information
BosEriko committed Jul 20, 2019
1 parent 62cf54a commit 5375a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zsh/personal.z.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Personal
FIGLET_MESSAGE="El Psy Congroo!"
BOS_HELP_MESSAGE="
This is a helper showing all your Bos commands.
Expand Down Expand Up @@ -42,7 +43,7 @@ bos() {
echo "Type -h or --help to print all the Bos commands."
else
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
figlet 'El Psy Congroo!' && echo -e $BOS_HELP_MESSAGE
figlet $FIGLET_MESSAGE && echo -e $BOS_HELP_MESSAGE
elif [ "$1" = "-f" ] || [ "$1" = "--fun" ]; then
if [ "$2" = "parrot" ]; then
curl parrot.live
Expand Down

0 comments on commit 5375a51

Please sign in to comment.