1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-10-01 22:48:58 +00:00
dotfiles/.config/fish/config.fish
2020-07-31 16:12:16 -04:00

13 lines
319 B
Fish

# PATHS #
set fish_user_paths /usr/lib/ccache/bin $D/Installs/bin /sbin /bin /usr/sbin /usr/bin
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
# PROGRAM SETTINGS #
set -gx EDITOR nvim
set -gx PAGER nvimpager
set -U Z_CMD "j"
set -x QT_QPA_PLATFORMTHEME gtk2
starship init fish | source