aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-09 19:23:16 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-09 19:23:16 -0500
commitf0b516fa93243fcaf62dc9e42e2caca422c09a6e (patch)
tree3821f7c28a5df22e4e97131e02718176105da2d5 /wsl/.config
parent07fd3c3efbe9b7c8e7c9846f8c7d49a361645182 (diff)
feat(nvim): add powershell_es lsp
Diffstat (limited to 'wsl/.config')
-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'