1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +00:00

Add mc alias

This commit is contained in:
RGBCube 2023-12-13 12:22:07 +03:00
parent 53e0671a2c
commit 4aef2cdb19
No known key found for this signature in database

View file

@ -13,6 +13,11 @@ $env.ENV_CONVERSIONS.PATH = {
} }
} }
def mc [path: directory] {
mkdir $path
cd $path
}
def --wrapped hx [...arguments] { def --wrapped hx [...arguments] {
if ($env.TERM | str contains "kitty") { if ($env.TERM | str contains "kitty") {
kitty @ set-spacing padding=0 kitty @ set-spacing padding=0