mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: configure fish as login shell
This commit is contained in:
parent
d481affc6d
commit
db9717f98a
2 changed files with 13 additions and 11 deletions
|
|
@ -23,17 +23,13 @@ in {
|
|||
];
|
||||
programs = {
|
||||
fd.enable = true;
|
||||
tmux = {
|
||||
extraConfig = lib.mkBefore ''
|
||||
set -g default-command "${fishExe}" # Use fish
|
||||
set -g default-shell "${fishExe}"
|
||||
tmux.extraConfig = lib.mkBefore ''
|
||||
# sessionizer binds
|
||||
bind -n C-f run-shell "tmux new-window ${fishExe} -c tmux-sessionizer"
|
||||
bind -n C-g run-shell "${fishExe} -c tmux-home"
|
||||
bind s run-shell "${fishExe} -c tmux-last"
|
||||
'';
|
||||
|
||||
# sessionizer binds
|
||||
bind -n C-f run-shell "tmux new-window ${fishExe} -c tmux-sessionizer"
|
||||
bind -n C-g run-shell "${fishExe} -c tmux-home"
|
||||
bind s run-shell "${fishExe} -c tmux-last"
|
||||
'';
|
||||
};
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue