aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.config/zsh/.zshrc.d/99-wsl.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'wsl/.config/zsh/.zshrc.d/99-wsl.zsh')
-rw-r--r--wsl/.config/zsh/.zshrc.d/99-wsl.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsl/.config/zsh/.zshrc.d/99-wsl.zsh b/wsl/.config/zsh/.zshrc.d/99-wsl.zsh
index 22cd17d..5550aae 100644
--- a/wsl/.config/zsh/.zshrc.d/99-wsl.zsh
+++ b/wsl/.config/zsh/.zshrc.d/99-wsl.zsh
@@ -1,8 +1,8 @@
#!/bin/sh
alias wsl='/mnt/c/Windows/system32/wsl.exe'
-alias powershell='/mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe'
-alias pwsh='/mnt/c/Program Files/PowerShell/7/pwsh.exe'
+alias powershell.exe='/mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe'
+alias pwsh.exe='/mnt/c/Program Files/PowerShell/7/pwsh.exe'
alias winget='/mnt/c/Users/tobyv/AppData/Local/Microsoft/WindowsApps/winget.exe'
alias scoop='/mnt/c/Users/tobyv/scoop/shims/scoop'