Skip to content

Commit

Permalink
Added empty line to .ok
Browse files Browse the repository at this point in the history
  • Loading branch information
doekman committed Jul 7, 2018
1 parent 30ed17f commit 1021954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ok
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ _OK_C_HEADING=$'\033[1;30;45m';_OK_C_NUMBER=$'\033[1;33;44m ';_OK_C_COMMENT=$'\0
unset _OK_PROMPT; unset _OK_VERBOSE # Reset to defaults
_OK_PROMPT="-=> "; _OK_VERBOSE=2 # Show a "nice" prompt, and give all the feedback ok can provide for
_OK_PROMPT="% "; _OK_VERBOSE=0 # Show ancient prompt, and only say the most necessary (don't even show executed command)

# Tests arguments passing (you can pass arguments after <number>, both at the bash-prompt and the ok-prompt)
echo "Passed arguments: 1:[$1], 2:[$2], 3:[$3], 4+:[${@:4}] (nr args: $#)" # Comment-color starts too early; clearly a bug (so better
echo "All passed arguments: [$@]" # not to use a number sign in a command for now)...
Expand Down

0 comments on commit 1021954

Please sign in to comment.