mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 12:53:40 +01:00
12 lines
288 B
Text
12 lines
288 B
Text
def l [path: glob = "."] { ls $path | sort-by type }
|
|
def ll [path: glob = "."] { ls -la $path | sort-by type }
|
|
def la [path: glob = "."] { ls -a $path | sort-by type }
|
|
alias nv = nvim
|
|
alias nvide = & neovide "--no-fork"
|
|
|
|
# "new shell"
|
|
alias ns = enter .
|
|
|
|
# "quit shell"
|
|
alias qs = dexit
|
|
|