Skip to content

Commit

Permalink
fix powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 11, 2024
1 parent 6e45512 commit 54f97de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# PS admin> Set-ExecutionPolicy Unrestricted -Scope CurrentUser

function open { start $args }
function open { cmd.exe /c "start $args" }
function vi { vim.exe $args }
function view { vim.exe -R $args }
function emacs { emacs.exe -nw $args }
Expand Down

0 comments on commit 54f97de

Please sign in to comment.