mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-08-14 20:53:22 +01:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
8 lines
161 B
Nu
8 lines
161 B
Nu
def "nu-complete dotnet" [prefix: string] {
|
|
^dotnet complete $"($prefix)" | lines
|
|
}
|
|
|
|
export extern "dotnet" [
|
|
...command: string@"nu-complete dotnet"
|
|
]
|