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:
parent
937fe2585e
commit
13267aafb3
3 changed files with 252 additions and 0 deletions
|
|
@ -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 *
|
||||
'';
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue