mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix: add ds autocomplete
This commit is contained in:
parent
d0e1d787d0
commit
61c5b14142
2 changed files with 5 additions and 0 deletions
4
modules/shell/fish/autocomplete.fish
Normal file
4
modules/shell/fish/autocomplete.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# ds autocomplete (if its installed)
|
||||
if type -q ds
|
||||
_DS_COMPLETE=fish_source ds | source;
|
||||
end;
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
${builtins.readFile ./theme.fish}
|
||||
${builtins.readFile ./k8s.fish}
|
||||
${builtins.readFile ./autocomplete.fish}
|
||||
|
||||
'';
|
||||
plugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue