From 956b70e8406ab69a883ffb13c940a69befc64c10 Mon Sep 17 00:00:00 2001 From: antistereov Date: Thu, 15 Jan 2026 16:33:08 +0100 Subject: [PATCH] feat(fish): remove wg shortcuts and add editor --- fish/config.fish | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fish/config.fish b/fish/config.fish index f6d7c54..9321f5c 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -15,6 +15,8 @@ set -x fish_greeting "" set -x HOMEBREW_NO_ENV_HINTS 1 # Set Starship Configuration set -x STARSHIP_CONFIG $HOME/.config/starship/starship.toml +# Set default kubectl editor +set -x KUBE_EDITOR nvim # Docker alias dc="docker compose" @@ -47,8 +49,3 @@ starship init fish | source # Configure keybindings for fzf fzf_configure_bindings --variables=\e\cv - -if test (uname) = Darwin - alias wg-up="/opt/homebrew/bin/bash $(which wg-quick) up" - alias wg-down="/opt/homebrew/bin/bash $(which wg-quick) down" -end