Delta is pretty, minimalist prompt for Hilbish, inspired by Pure.
Delta shows all that you'll really need: current working directory, git branch and if its dirty, and of course the delta prompt character.
Requires Hilbish 2.0+
Install Promptua with the steps listed here
Then clone Delta to the Promptua theme directory:
git clone https://github.com/TorchedSammy/Delta ~/.config/promptua/themes/delta
Require Promptua and set it as your theme and initialize:
local promptua = require 'promptua'
promptua.setTheme 'delta'
promptua.init()
To which you can now dofile(hilbish.userDir.config .. '/hilbish/init.lua')
or restart
the shell.
Delta is licensed under the BSD 3-Clause license.
Read here for more info.