2018-11-15 01:01:37 +00:00
|
|
|
# PATHS #
|
2020-06-09 01:37:26 +00:00
|
|
|
set fish_user_paths /usr/lib/ccache/bin $D/Installs/bin /sbin /bin /usr/sbin /usr/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
|
2020-04-26 22:44:34 +00:00
|
|
|
set -gx PAGER nvimpager
|
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
|
2020-04-26 17:58:18 +00:00
|
|
|
|
2020-05-23 22:00:56 +00:00
|
|
|
bax . ~/.nix-profile/etc/profile.d/nix.sh 2> /dev/null
|