mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
fish: drop fish-based tmux scripts
This commit is contained in:
parent
f6a9abe226
commit
c031e42fd2
7 changed files with 5 additions and 124 deletions
|
|
@ -52,21 +52,11 @@ in {
|
|||
#
|
||||
# Scripts and functions
|
||||
#
|
||||
xdg.configFile = let
|
||||
allFunctions =
|
||||
lib.mapAttrs'
|
||||
(path: _:
|
||||
lib.nameValuePair "fish/functions/${path}" {source = "${./functions}/${path}";})
|
||||
(builtins.readDir ./functions);
|
||||
in
|
||||
builtins.removeAttrs allFunctions [
|
||||
"fish/functions/__tmux-attach-or-switch.fish"
|
||||
"fish/functions/__tmux-maybe-create.fish"
|
||||
"fish/functions/__tmux-register-session.fish"
|
||||
"fish/functions/tmux-home.fish"
|
||||
"fish/functions/tmux-last.fish"
|
||||
"fish/functions/tmux-sessionizer.fish"
|
||||
];
|
||||
xdg.configFile =
|
||||
lib.mapAttrs'
|
||||
(path: _:
|
||||
lib.nameValuePair "fish/functions/${path}" {source = "${./functions}/${path}";})
|
||||
(builtins.readDir ./functions);
|
||||
|
||||
programs.fish = {
|
||||
interactiveShellInit = builtins.readFile ./shellInit.fish;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue