mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
update
This commit is contained in:
parent
8bd63f012c
commit
d01cbbb5a9
1 changed files with 13 additions and 6 deletions
|
@ -26,12 +26,19 @@ function ya {
|
||||||
Remove-Item -Path $tmSp
|
Remove-Item -Path $tmSp
|
||||||
}
|
}
|
||||||
|
|
||||||
# remove built-in alias
|
# # remove built-in alias
|
||||||
|
# if (Get-Command curl -ErrorAction SilentlyContinue) {
|
||||||
remove-item alias:curl
|
# remove-item alias:curl
|
||||||
remove-item alias:ls
|
# }
|
||||||
remove-item alias:cp
|
# if (Get-Command ls -ErrorAction SilentlyContinue) {
|
||||||
remove-item alias:rm
|
# remove-item alias:ls
|
||||||
|
# }
|
||||||
|
# if (Get-Command cp -ErrorAction SilentlyContinue) {
|
||||||
|
# remove-item alias:cp
|
||||||
|
# }
|
||||||
|
# if (Get-Command rm -ErrorAction SilentlyContinue) {
|
||||||
|
# remove-item alias:rm
|
||||||
|
# }
|
||||||
|
|
||||||
# alias
|
# alias
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue