News

I'm trying to set up tig along with bash-completion on a new machine (Mac). I installed the following packages through Homebrew: brew install git bash-completion bash-git-prompt tig Versions: bash ...
When running terminal in jupyterlab I get the Git prompt: bash: __git_ps1: command not found I am able to use git functionality in the jupyterlab terminal, as git status does work, but I don't see any ...
Since this command-not-found functionality is handled by a bash function, you can of course replace the system installed function (if one exists on your system) with one of your own design.