1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix deprecation warnings

This commit is contained in:
RGBCube 2024-02-04 22:11:42 +03:00
parent b3532173c2
commit 782b655b37
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
kitty @ set-spacing padding=0
}
^hx $arguments
^hx ...$arguments
if ($env.TERM | str contains "kitty") {
kitty @ set-spacing padding=${toString theme.padding}

View file

@ -147,7 +147,7 @@ $env.config.completions = {
let command = $tokens.0 | str trim --left --char "^"
let completions = carapace $command nushell $tokens | from json | default []
let completions = carapace $command nushell ...$tokens | from json | default []
if ($completions | is-empty) {
let path = $tokens | last