From cafe3e6577272808194049ad4b4323f486581647 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 29 Oct 2019 17:56:33 -0400 Subject: [PATCH] Add project information header --- config.fish | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config.fish b/config.fish index 927f2c4..359dd9c 100644 --- a/config.fish +++ b/config.fish @@ -2,6 +2,23 @@ # Jessie Hildebrandt's Fish Config # #################################### +# Contains a pretty multi-line prompt and some useful functions. +# Compatible with Emacs' ansi-term. +# +# Provided functions: +# * battery - Displays the battery charge (and discharge time if supported) +# +# Prompt features: +# * SSH session indicator +# * Virtual environment indicator +# * Abbreviated + colorized working directory +# * VCS status +# * Dynamic prompt character (root/user, return status) +# * Optional timestamps +# +# Configurable variables: +# * __fish_prompt_show_timestamps - If set, displays timestamps on the right side of the terminal + ##################### # Setting Variables # #####################