This repository contains babashka scripts.
ls in Babashka, heavily inspired by the nushell ls.
AI Disclosure: Generative AI was heavily used in the production of this particular utility.
Usage Instructions:
- To use this, just download the file and place it in
~/.local/binfolder. - Then make it executable, by doing:
chmod +x ~/.local/bin/babls.
Note: Make sure the ~/.local/bin folder is on PATH, which is the default on most distros. You need babashka installed for this to work.
Modern bash prompt, written and configurable in Babashka, heavily inspired by pkazmier's bash prompt

AI Disclosure: Generative AI was heavily used in the production of this particular utility.
Usage Instructions:
- To use this, just download the file.
- Then source it from the
~/.bashrcby adding this:
if [[ -n $PS1 && -f /path/to/babash_prompt ]]; then
export BASH_PROMPT_THEME=colorful # dark|white|blue|green|yellow|red
. /path/to/babash_prompt
fi- You can define new themes in the
themesfunction, under(def themes. Then use these by exporting them in the~/.bashrc. The default example uses thecolorfultheme defined in the file.
