mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02: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 built-in alias
|
||||
|
||||
remove-item alias:curl
|
||||
remove-item alias:ls
|
||||
remove-item alias:cp
|
||||
remove-item alias:rm
|
||||
# # remove built-in alias
|
||||
# if (Get-Command curl -ErrorAction SilentlyContinue) {
|
||||
# remove-item alias:curl
|
||||
# }
|
||||
# if (Get-Command ls -ErrorAction SilentlyContinue) {
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue