feat(fish): add alias for macos for wireguard connection
This commit is contained in:
@@ -45,3 +45,8 @@ starship init fish | source
|
|||||||
|
|
||||||
# Configure keybindings for fzf
|
# Configure keybindings for fzf
|
||||||
fzf_configure_bindings --variables=\e\cv
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user