From 9ca9e783c1905ad2d6c57cfecab1b33d1d39451e Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 1 Jan 2025 18:26:31 +0100 Subject: [PATCH] disable fish prompt --- dot_config/fish/private_config.fish.tmpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index 1151c07..d08f524 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -32,11 +32,7 @@ set -gx ANSIBLE_NOCOWS 1 set -x MANPAGER "sh -c 'col -bx | bat -l man -p'" -{{- if eq .chezmoi.os "darwin" }} -set -g fish_greeting "Wsh, bien ?" -{{- else }} -set -g fish_greeting "Wsh, bien ?" -{{- end }} +set -g fish_greeting "" # Install python with pyenv with tcl/tk support # https://stackoverflow.com/a/60469203/2758732