mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 07:54:46 +00:00
11 lines
391 B
Fish
11 lines
391 B
Fish
# PATHS #
|
|
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
|
|
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
|
|
|
# PROGRAM SETTINGS #
|
|
set -gx EDITOR nvim
|
|
set -gx PAGER "nvim -c 'set ft=man' -"
|
|
set -U Z_CMD "j"
|
|
|
|
set -x QT_QPA_PLATFORMTHEME gtk2
|