From 2202078d321f4c80d7ef5e5c12692674e299ed38 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Tue, 17 Jun 2025 22:42:10 +0200 Subject: Initial minimalistic version --- functions/fish_prompt.fish | 3 +++ functions/fish_right_prompt.fish | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 functions/fish_prompt.fish create mode 100644 functions/fish_right_prompt.fish (limited to 'functions') diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish new file mode 100644 index 0000000..4d29852 --- /dev/null +++ b/functions/fish_prompt.fish @@ -0,0 +1,3 @@ +function fish_prompt --description "The left side of the C-Star prompt" + echo -e "$c_star_user$c_star_host $c_star_pwd $c_star_git\n$c_star_user_marker$c_star_prompt_symbol " +end \ No newline at end of file diff --git a/functions/fish_right_prompt.fish b/functions/fish_right_prompt.fish new file mode 100644 index 0000000..079a655 --- /dev/null +++ b/functions/fish_right_prompt.fish @@ -0,0 +1,3 @@ +function fish_right_prompt --description "The right side of the C-Star prompt" + echo -e "$c_star_datetime" +end \ No newline at end of file -- cgit v1.2.3