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

Fix hx wrapped

This commit is contained in:
RGBCube 2023-12-07 15:42:26 +03:00
parent 2558b35636
commit cb6acb3682
No known key found for this signature in database

View file

@ -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
}
}