nu: add generate-topology alias
This commit is contained in:
parent
6fe24f311f
commit
a69380665e
1 changed files with 3 additions and 2 deletions
|
@ -39,6 +39,7 @@ alias tail = tspin
|
||||||
alias spotify = spotify_player
|
alias spotify = spotify_player
|
||||||
alias atac = atac --directory ~/.config/atac/
|
alias atac = atac --directory ~/.config/atac/
|
||||||
alias zed = zeditor .
|
alias zed = zeditor .
|
||||||
|
alias generate-topology = nix build ".#topology.x86_64-linux.config.output"
|
||||||
nitch
|
nitch
|
||||||
|
|
||||||
$env.config = {
|
$env.config = {
|
||||||
|
@ -221,7 +222,7 @@ $env.config = {
|
||||||
| where command =~ $buffer
|
| where command =~ $buffer
|
||||||
| each { |it| {value: $it.command description: $it.usage} }
|
| each { |it| {value: $it.command description: $it.usage} }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
keybindings: [
|
keybindings: [
|
||||||
{
|
{
|
||||||
|
@ -325,7 +326,7 @@ $env.config = {
|
||||||
event: { send: menu name: commands_with_description }
|
event: { send: menu name: commands_with_description }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue