Adding common commands + Minor modifications

Reload-MyScripts modified to check for past aliases that might block it
from working.
Aliases dir created with some basic aliases
Invoke-Sudo to make sudo command line calling simpler.
This commit is contained in:
lksz 2020-10-03 16:17:11 -04:00
parent 38aa7720de
commit 968b6c2bbb
11 changed files with 41 additions and 6 deletions

View file

@ -1,2 +1 @@
Invoke-ExpressionEx -sudo "`$env:TERM='tmux-256color'; `$env:EDITOR='$env:EDITOR'; ranger"
Invoke-ExpressionEx -sudo "`$env:TERM='tmux-256color'; `$env:EDITOR='$env:EDITOR'; ranger $args"