mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Fix hx wrapped
This commit is contained in:
parent
2558b35636
commit
cb6acb3682
1 changed files with 5 additions and 3 deletions
|
@ -12,12 +12,14 @@ $env.ENV_CONVERSIONS.PATH = {
|
|||
}
|
||||
}
|
||||
|
||||
if ($env.TERM | str contains "kitty") {
|
||||
def --wrapped hx [...arguments] {
|
||||
def --wrapped hx [...arguments] {
|
||||
if ($env.TERM | str contains "kitty") {
|
||||
kitty @ set-spacing padding=0
|
||||
}
|
||||
|
||||
^hx $arguments
|
||||
^hx $arguments
|
||||
|
||||
if ($env.TERM | str contains "kitty") {
|
||||
kitty @ set-spacing padding=10
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue