Skip to content

Commit 33a4feb

Browse files
committed
Command echo
1 parent 883d40a commit 33a4feb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Microsoft.PowerShell_profile.ps1

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ $Bash2Pwsh = "$PSScriptRoot/bash2pwsh.js"
33
$BashAlias = "$PSScriptRoot/.alias.zsh"
44

55
function bash2pwsh_alias() {
6-
node $Bash2Pwsh $BashAlias $BashAliasPwsh
76
echo "node $Bash2Pwsh $BashAlias $BashAliasPwsh"
7+
node $Bash2Pwsh $BashAlias $BashAliasPwsh
88
}
99

1010
$PWSHProfile = $PSCommandPath
@@ -14,8 +14,8 @@ $PWSHProfile = $PSCommandPath
1414
# "scoop install gow"
1515

1616
function edit_pwsh_profile {
17-
code $PWSH_Profile
1817
echo "code $PWSHProfile"
18+
code $PWSH_Profile
1919
}
2020

2121
# https://stackoverflow.com/a/69135912/5570400
@@ -38,8 +38,8 @@ Set-Alias oc Out-Code
3838

3939
# reload profile script
4040
function re {
41-
. $PWSHProfile
4241
echo ". $PWSHProfile"
42+
. $PWSHProfile
4343
}
4444

4545
# https://stackoverflow.com/a/47075453/14820021

0 commit comments

Comments
 (0)