Replace powershell path
This commit is contained in:
parent
e7ea6efc08
commit
610eb1942b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
(setq explicit-shell-file-name
|
||||
(seq-find 'file-executable-p
|
||||
'("C:\\Program Files\\PowerShell\\7\\pwsh.exe"
|
||||
"C:\\Users\\visua\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShell_8wekyb3d8bbwe\\pwsh.exe")))
|
||||
"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe")))
|
||||
(setq explicit-powershell.exe-args '("-NoProfile" "-InputFormat" "Text"))
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32.el")
|
||||
(when (string= system-name "EVG02667NB")
|
||||
|
|
Loading…
Add table
Reference in a new issue