Compare commits
2 commits
12467f30c8
...
ceef91f249
Author | SHA1 | Date | |
---|---|---|---|
ceef91f249 | |||
d1db6c6375 |
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
SETUVAR fish_user_paths:/home/logan/\x2elocal/bin
|
||||
|
|
Loading…
Reference in a new issue