Compare commits
2 Commits
125a509240
...
fc57d48814
Author | SHA1 | Date | |
---|---|---|---|
fc57d48814 | |||
5ec851fe11 |
@ -13,6 +13,9 @@ 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(
|
||||||
@ -35,7 +38,7 @@ function rm {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add new aliases
|
# Define touch to create a new empty text file
|
||||||
function touch {
|
function touch {
|
||||||
Param (
|
Param (
|
||||||
[string]$Path
|
[string]$Path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user