mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add mc alias
This commit is contained in:
parent
53e0671a2c
commit
4aef2cdb19
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ $env.ENV_CONVERSIONS.PATH = {
|
|||
}
|
||||
}
|
||||
|
||||
def mc [path: directory] {
|
||||
mkdir $path
|
||||
cd $path
|
||||
}
|
||||
|
||||
def --wrapped hx [...arguments] {
|
||||
if ($env.TERM | str contains "kitty") {
|
||||
kitty @ set-spacing padding=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue