1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-07-21 19:05:19 +02:00

Add omp shell completions for fish, zsh, bash, and nushell

This commit is contained in:
TheGeneralist 2026-06-11 19:45:31 +02:00
parent 937fe2585e
commit 13267aafb3
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 252 additions and 0 deletions

View file

@ -67,6 +67,10 @@ in
config.environment.shellAliases // { ls = "ls"; };
configFile.text = readFile ./0_nushell.nu;
extraConfig = /* nu */ ''
use ${pkgs.writeTextDir "omp-completions.nu" (readFile ./omp-completions.nu)}/omp-completions.nu *
'';
};
}
)