4 Commits

Author SHA1 Message Date
fc57d48814 Add touch function to create new empty text file 2024-12-13 22:09:44 +00:00
5ec851fe11 Replace default rm alias with rm function
Define rm to work more like Unix/Linux

* Support -r and -f flags also -rf or -fr
* Support specifying multiple paths to remove
2024-12-13 22:09:44 +00:00
d219cd1479 Replace default cd alias with cd function
Define cd to work more like Unix/Linux:

* No path argument changes to the users home directory
* Passing "-" for the path argument changes to the previous directory
2024-12-13 21:55:41 +00:00
75496f76cd Split profile.ps1 into separate files 2024-12-13 15:17:20 +00:00