mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: fish: updated PATH handling strategy
This commit is contained in:
parent
0c346147bc
commit
b53f240f36
2 changed files with 33 additions and 19 deletions
|
|
@ -15,7 +15,7 @@
|
|||
background = "#ffffff";
|
||||
confirm_os_window_close = 0;
|
||||
text_composition_strategy = "1.55 0";
|
||||
shell = "${pkgs.fish}/bin/fish -c tmux_home";
|
||||
shell = ''${pkgs.fish}/bin/fish --command="tmux_home" --login'';
|
||||
};
|
||||
extraConfig = ''
|
||||
background #f8f8f8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue