Compare commits

...

2 commits

Author SHA1 Message Date
ceef91f249
Added default environment variables to fish 2023-10-24 23:40:08 -06:00
d1db6c6375
Added ~/.local/bin to fish PATH 2023-10-24 23:39:49 -06:00
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
if status is-interactive if status is-interactive
# Commands to run in interactive sessions can go here set -gx EDITOR nvim
set -gx VISUAL nvim
set -gx QT_QPA_PLATFORMTHEME qt5ct
set -gx TERMINAL foot
set -gx MOZ_ENABLE_WAYLAND 1
set -gx _JAVA_AWT_WM_NONREPARENTING 1
end end

View file

@ -30,3 +30,4 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow\x1e\x2di
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr SETUVAR fish_pager_color_selected_background:\x2dr
SETUVAR fish_user_paths:/home/logan/\x2elocal/bin