1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-20 00:49:15 +00:00
dotfiles/.config/fish/config.fish

11 lines
391 B
Fish
Raw Normal View History

2018-11-15 01:01:37 +00:00
# PATHS #
2020-03-09 02:26:36 +00:00
set fish_user_paths $D/Tools/bin $D/Installs/appimage $ANDROID_HOME/platform-tools /sbin /bin /usr/sbin /usr/bin /run/media/$USER/disk*/*/bin /run/media/$USER/disk*/bin
2019-06-29 23:14:54 +00:00
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
2018-11-15 01:01:37 +00:00
# PROGRAM SETTINGS #
set -gx EDITOR nvim
set -gx PAGER "nvim -c 'set ft=man' -"
2019-04-08 01:34:53 +00:00
set -U Z_CMD "j"
2020-02-23 17:30:41 +00:00
set -x QT_QPA_PLATFORMTHEME gtk2