ZSH Git integration, to display the current working directory and the current working branch.
Use [alt + p] to display the whole working path.
Just copy and paste the snippet in your .zshrc file. This should be located in your $HOME directory.
Or clone this repository in your zsh plugin directory (e.g. $HOME/.zsh). Afterwards, you can add the following line to your .zshrc file.
source $HOME/.zsh/zsh-git-plugin.plugin.zsh- choose your own
colors / styleat the top - add your icons inside the
PROMPTstring - edit the
bindkeyfor your preferred shortcut
Or just rewrite everything and use this script as default.
Have fun!