From 82390794a79664a124417025d475d38977fa7936 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 23 Feb 2022 21:15:05 +0100 Subject: [PATCH] Set a more friendly greeting in fish --- dot_config/fish/private_config.fish.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index b68bf33..32e4087 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -22,6 +22,8 @@ set -gx PYPI_TOKEN {{ (bitwardenFields "item" "PyPi").token.value | quote }} set -gx GITEA_TOKEN {{ (bitwardenFields "item" "git.augendre.info").fish_config_token.value | quote }} +set -g fish_greeting "Yo ✌🏻Bien ?" + # Install python with pyenv with tcl/tk support # https://stackoverflow.com/a/60469203/2758732 set -gx PYTHON_CONFIGURE_OPTS "--with-tcltk-includes='-I/usr/local/opt/tcl-tk/include' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'"