From 218815bae8ef1199004a3bc86608254849409401 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Wed, 9 Oct 2024 19:32:03 +0200 Subject: .gitignore is now working --- fish/config.fish | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 fish/config.fish (limited to 'fish/config.fish') diff --git a/fish/config.fish b/fish/config.fish deleted file mode 100644 index 5ad4222..0000000 --- a/fish/config.fish +++ /dev/null @@ -1,9 +0,0 @@ -function fish_prompt - printf '%s%s%s $ ' \ (set_color $fish_color_cwd) (prompt_pwd --full-length-dirs 5) (set_color normal) -end - -if status is-interactive - # Commands to run in interactive sessions can go here - - set -g fish_greeting '' -end -- cgit v1.2.3