diff options
| author | Robert Günzler <r@gnzler.io> | 2020-01-29 16:15:37 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-01-29 17:55:11 +0100 |
| commit | ea3a79d71a6432c58bc26738ff929d1f774aecf0 (patch) | |
| tree | c99dc8c9cce70ae9e06224bb9db3cc3a46b04a19 /bin/hibiki | |
| parent | 9a419430055acd70789269e1bdfd97cc50dc5d4e (diff) | |
prompt: Make it easier to configure
Diffstat (limited to 'bin/hibiki')
| -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} ❱ " |