Compare commits
2 Commits
b5cb085083
...
7fbab2b1f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
7fbab2b1f6
|
|||
|
df1cadae60
|
@ -93,6 +93,7 @@ in {
|
|||||||
shellInit = ''
|
shellInit = ''
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
yes | fish_config theme save "system-theme"
|
yes | fish_config theme save "system-theme"
|
||||||
|
fish_vi_key_bindings
|
||||||
|
|
||||||
# Because we can't source that in a project flake's shellHook (is POSIX), source it here
|
# Because we can't source that in a project flake's shellHook (is POSIX), source it here
|
||||||
function __project_shell_reload --on-variable INIT_PROJECT_SHELL
|
function __project_shell_reload --on-variable INIT_PROJECT_SHELL
|
||||||
|
|||||||
@ -42,6 +42,7 @@ in {
|
|||||||
window_padding_width = 10; # Looks stupid with editors if bg doesn't match
|
window_padding_width = 10; # Looks stupid with editors if bg doesn't match
|
||||||
# hide_window_decorations = "yes";
|
# hide_window_decorations = "yes";
|
||||||
enabled_layouts = "grid,vertical,horizontal";
|
enabled_layouts = "grid,vertical,horizontal";
|
||||||
|
cursor_trail = 3;
|
||||||
|
|
||||||
tab_bar_min_tabs = 2; # Don't show a single tab
|
tab_bar_min_tabs = 2; # Don't show a single tab
|
||||||
tab_bar_edge = "bottom";
|
tab_bar_edge = "bottom";
|
||||||
|
|||||||
Reference in New Issue
Block a user