Skip to content

Commit

Permalink
Update path to PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 authored May 27, 2024
1 parent c8dfd5a commit 70f780f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ void TerminalProfile::loadProfile() {
#ifndef Q_OS_MAC
QString TerminalProfile::defaultShell() {
#ifdef Q_OS_WIN
return QStringLiteral("C:/Windows/System32/powershell.exe");
return QStringLiteral("C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe");
#else
auto passwd = getpwuid(getegid());
return QString(passwd->pw_shell);
Expand Down

0 comments on commit 70f780f

Please sign in to comment.