Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 762 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 762 Bytes

nablaman

A prompt theme for ZSH (to be used with Oh My Zsh).

A screenshot of the nablaman theme.

installation

Assuming you have Oh My Zsh installed, you can run the following command to install this theme:

sh -c "$(curl -o $ZSH_CUSTOM/themes/nablaman.zsh-theme https://raw.githubusercontent.com/kokkonisd/nablaman-zsh-theme/main/nablaman.zsh-theme)"

You can then set the profile in your .zshrc file:

ZSH_THEME="nablaman"

It is recommended that you use Monokai dark or a similar terminal profile.

hiding/disabling username & hostname

If you wish to hide the username & hostname info from the prompt, you can add this line in your .zshrc:

nablaman_hostname_segment(){}