feat(fish): add alias for macos for wireguard connection

This commit is contained in:
2026-01-02 12:59:38 +01:00
parent 0b30c28930
commit 13ecdf34a6

View File

@@ -45,3 +45,8 @@ 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