feat(fish): remove wg shortcuts and add editor

This commit is contained in:
2026-01-15 16:33:08 +01:00
parent decb07d5f1
commit 956b70e840

View File

@@ -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