4 Commits

Author SHA1 Message Date
125a509240 Add touch function to create new empty text file 2024-12-13 21:57:16 +00:00
b49371eaa3 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 21:56:06 +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