diff options
Diffstat (limited to 'bin/hibiki/prompt')
| -rwxr-xr-x | bin/hibiki/prompt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/hibiki/prompt b/bin/hibiki/prompt new file mode 100755 index 0000000..1a4fe6f --- /dev/null +++ b/bin/hibiki/prompt @@ -0,0 +1,5 @@ +#!/bin/bash + +GREEN="\[$(tput setaf 2)\]" +RESET="\[$(tput sgr0)\]" +echo "${GREEN}\w${RESET} ❱ " |