feat(fish): remove wg shortcuts and add editor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user