logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

liquidprompt - A full-featured & carefully designed adaptive prompt for bash & zsh

About

       liquidprompt  was  originally  developed  by  nojhan<nojhan@nojhan.net>.   Visit  the  source  code  at
       https://github.com/nojhan/liquidprompt.
       This manpage was written  by  Arturo  Borrero  Gonzalez  <arturo@debian.org>  for  the  Debian  GNU/Linux
       distribution (but it may be used by others).

                                                  Dec  16, 2020                                  LIQUIDPROMPT(1)

Activation

       The liquidprompt package has no way to know which users do you want this prompt  to  be  active  for.   A
       small script, liquidprompt_activate is included to ease activation of the prompt.

       This will set the required environment:

            * The files ~/.bashrc and/or ~/.zshrc are modified to load liquidprompt at startup.
            * If no previous ~/.config/liquidpromptrc file exists, it will be created.

       So, to get liquidprompt working simply run:

            user@debian:~$ liquidprompt_activate
            user@debian:~$ source ~/.bashrc

       Be  aware  that  multiple  invocations  of the liquidprompt_activate command may pollute ~/.bashrc and/or
       ~/.zshrc files.

Configuration

       liquidprompt  is  highly  configurable. There are plenty of options regarding style, performance, VCS, et
       all.
       Please  take  a  look  at  the  included  README  file  at  /usr/share/doc/liquidprompt/  and  the   file
       ~/.config/liquidpromptrc as well.

Description

       Liquid Prompt gives you a nicely displayed prompt with useful information when you need it.  It shows you
       what  you  need  when  you  need  it.   You  will  notice  what  changes when it changes, saving time and
       frustration.
       You can even use it with your favorite shell – bash(1) or zsh(1).

Functions

       Once liquidprompt has been loaded, you will have 4 new commands  available  (which  are  shell  functions
       actually).

       liquidprompt_tagtag
              tag current shell liquidprompt with tag.

       liquidprompt_OFF
              use an empty prompt, just the $ mark.

       liquidprompt_off
              turn off liquidprompt for this shell.

       liquidprompt_on
              turn on liquidprompt for this shell.

Name

       liquidprompt - A full-featured & carefully designed adaptive prompt for bash & zsh

See Also

https://liquidprompt.readthedocs.io/, bash(1), zsh(1)

See Also