From 992c1850bf3bd9107711282b4712abaed60fee1e Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Jan 2024 00:54:08 -0500 Subject: canon fish greeting --- config.fish | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.fish') diff --git a/config.fish b/config.fish index ad64250..238b6e5 100644 --- a/config.fish +++ b/config.fish @@ -2,7 +2,6 @@ fish_add_path -p ~/.cargo/bin ~/.local/bin /usr/local/sbin /usr/local/bin /usr/b set -e TERMCAP set -e MANPATH -set -U fish_greeting set -Ux STARSHIP_CONFIG ~/.config/starship/starship.toml pyenv init - | source @@ -14,6 +13,10 @@ function starship_transient_prompt_func starship module character end +function fish_greeting + set_color f0c6c6; echo 󰑂󱠡; set_color normal +end + function xcd set --local result (command xplr $argv) [ -n "$result" ] && cd "$result" -- cgit v1.3