mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
shell qol update
This commit is contained in:
parent
0bc474161a
commit
38d3bf7ae9
6 changed files with 31 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ function tv { param ( [string] $filename) New-Item $filename && nvim $filename }
|
|||
function cdls { param( [string] $dirname) Set-Location $dirname && Get-ChildItem }
|
||||
function zls { param( [string] $dirname) z $dirname && Get-ChildItem }
|
||||
function zl { param( [string] $dirname) z $dirname && lsd }
|
||||
function mt { param( [string] $dirname) New-Item -ItemType File -Name $dirname -Force }
|
||||
|
||||
|
||||
### Dev ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue