Update powershell shit again
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
if (Test-Path alias:pwd) {
|
||||
Remove-Alias -Name pwd
|
||||
}
|
||||
Function pwd {(Get-Location).Path}
|
||||
Function pwd {(Get-Location).Path}
|
||||
|
||||
# Change to dotfiles directory
|
||||
if (Test-Path alias:dotfolder) {
|
||||
Remove-Alias -Name dotfolder
|
||||
}
|
||||
function dotfolder {Set-Location ~/.local/share/chezmoi}
|
||||
Reference in New Issue
Block a user