adding install script

This commit is contained in:
Eric D. Rohler
2020-04-02 20:40:46 -04:00
parent 634770f9fa
commit 814178f7ee
2 changed files with 38 additions and 1 deletions

View File

@@ -11,11 +11,14 @@ pwd=cd
clear=cls
history=cat -n "%CMDER_ROOT%\config\.history"
unalias=alias /d $1
vi=vim $*
vi=nvim $*
vim=nvim $*
cmderr=cd /d "%CMDER_ROOT%"
home=cd /d %USERPROFILE%
~=cd /d %USERPROFILE%
;= rem apps
;= rem top-level repos
repos=cd /d "D:\dev\repos"
blogging=cd /d "d:\dev\repos\blogging\blogging"