Skip to content

Commit 2ccafc4

Browse files
committed
🧹 Deactivate powershell profile for just executions
1 parent 44ddd88 commit 2ccafc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set shell for Windows compatibility
2-
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
2+
set windows-shell := ["powershell.exe", "-NoLogo", "-NoProfile", "-Command"]
33

44
# Default recipe (show available recipes)
55
default:

0 commit comments

Comments
 (0)