Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 698 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 698 Bytes

Biscuit

A minimal fish shell prompt.

Screenshot

Dependencies

  • fish > 3.1.0
  • A nerd font. Iosevka NF is recommended.

Install

fisher install projekt0n/biscuit

Configuration

Displaying the Current Git Branch

To display the current Git branch in the command prompt, set the biscuit_show_branch_name variable in the config.fish file located in the $__fish_config_dir directory.

set biscuit_show_branch_name 1
# ...

Copying

This project is released under the terms of the GPLv3 license. See LICENCE for more information or see opensource.org