summary refs log tree commit diff
path: root/bin/hibiki/prompt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hibiki/prompt')
-rwxr-xr-xbin/hibiki/prompt5
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} ❱ "