Skip to content

Commit

Permalink
doc: colorized banner for diraction help ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Oct 4, 2017
1 parent a26738f commit 464b04e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diractions.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Yo Dawg, I herd you like help, so I put an help in your help
so you can get helped while you search help"
function diraction-help() {
if [[ $# != 1 ]] ; then
# §later: colors :D
echo -n $fg_bold[blue]
cat <<"BANNER"
____ _ __ _
/ __ \(_)________ ______/ /_(_)___ ____ _____
Expand All @@ -322,8 +322,8 @@ function diraction-help() {
BANNER
# ¤note: figlet -f slant Diractions
# ¤note: "BANNER" protect from () eval
echo "$DIRACTION_USAGE"
# ¤note: "BANNER" quotes protect from () eval
echo "$reset_color$DIRACTION_USAGE"
else
if diraction-exist $1 ;then
"$1 diraction is bound to ${DIRACTION_REGISTER[$1]} the directory"
Expand Down

0 comments on commit 464b04e

Please sign in to comment.