File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ $Bash2Pwsh = "$PSScriptRoot/bash2pwsh.js"
3
3
$BashAlias = " $PSScriptRoot /.alias.zsh"
4
4
5
5
function bash2pwsh_alias () {
6
- node $Bash2Pwsh $BashAlias $BashAliasPwsh
7
6
echo " node $Bash2Pwsh $BashAlias $BashAliasPwsh "
7
+ node $Bash2Pwsh $BashAlias $BashAliasPwsh
8
8
}
9
9
10
10
$PWSHProfile = $PSCommandPath
@@ -14,8 +14,8 @@ $PWSHProfile = $PSCommandPath
14
14
# "scoop install gow"
15
15
16
16
function edit_pwsh_profile {
17
- code $PWSH_Profile
18
17
echo " code $PWSHProfile "
18
+ code $PWSH_Profile
19
19
}
20
20
21
21
# https://stackoverflow.com/a/69135912/5570400
@@ -38,8 +38,8 @@ Set-Alias oc Out-Code
38
38
39
39
# reload profile script
40
40
function re {
41
- . $PWSHProfile
42
41
echo " . $PWSHProfile "
42
+ . $PWSHProfile
43
43
}
44
44
45
45
# https://stackoverflow.com/a/47075453/14820021
You can’t perform that action at this time.
0 commit comments