From eae46621d8a3ee1bbf8820d52216864aa955fa67 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 9 Feb 2022 09:29:29 +0100 Subject: [PATCH] Configure tide right prompt with kubectl --- 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 7479c57..b68bf33 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -41,6 +41,8 @@ set -gx LIBRARY_PATH $LIBRARY_PATH /usr/local/opt/openssl/lib/ set -gx EDITOR vim set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject +set -g tide_right_prompt_items status cmd_duration context jobs virtual_env rustc go kubectl + direnv hook fish | source alias wg "sudo wg" alias wg-quick "sudo wg-quick"