summary refs log tree commit diff
path: root/bin/hibiki/prompt
blob: 1a4fe6f935a35daf002b9c1b404dcd4d54874bb0 (plain) (blame)
1
2
3
4
5
#!/bin/bash

GREEN="\[$(tput setaf 2)\]"
RESET="\[$(tput sgr0)\]"
echo "${GREEN}\w${RESET} ❱ "