set fish_greeting fish_vi_key_bindings fish_add_path $HOME/.local/bin fish_add_path $HOME/.local/share/cargo/bin fish_add_path $HOME/.local/share/go/bin fish_add_path $HOME/.local/share/npm/bin fish_add_path $HOME/tools/nvim fish_add_path $HOME/.config/scripts/applications fish_add_path $HOME/.config/scripts/util fish_add_path xterm # for ssh zoxide init fish --cmd cd | source set -Ux XDG_CONFIG_HOME "$HOME/.config" set -Ux XDG_DATA_HOME "$HOME/.local/share" set -Ux XDG_CACHE_HOME "$HOME/.cache" # wine prefix # set -Ux WINEPREFIX "$XDG_DATA_HOME/wine/" # kvantum set -Ux QT_QPA_PLATFORMTHEME qt5ct # use nvim for stuff set -Ux EDITOR nvim set -Ux MANPAGER nvimpager # zoxide set -Ux _ZO_MAXAGE 100000 # kubectl set -Ux KUBECONFIG ~/.kube/config starship init fish | source