mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
6 lines
221 B
Text
6 lines
221 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"
|
|
|