Compare commits
2 Commits
fc57d48814
...
125a509240
Author | SHA1 | Date | |
---|---|---|---|
125a509240 | |||
b49371eaa3 |
@ -13,9 +13,6 @@ function cd {
|
|||||||
Set-Location -Path $Path
|
Set-Location -Path $Path
|
||||||
}
|
}
|
||||||
|
|
||||||
# Define rm to work like Unix/Linux
|
|
||||||
# * Support -r and -f flags also -rf or -fr
|
|
||||||
# * Support specifying multiple paths to remove
|
|
||||||
function rm {
|
function rm {
|
||||||
Param (
|
Param (
|
||||||
[Parameter(
|
[Parameter(
|
||||||
@ -38,7 +35,7 @@ function rm {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Define touch to create a new empty text file
|
# Add new aliases
|
||||||
function touch {
|
function touch {
|
||||||
Param (
|
Param (
|
||||||
[string]$Path
|
[string]$Path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user