Skip to content

Commit 3c03b6c

Browse files
committed
Shell: Fix shellCheck warning
1 parent 3bb0e5d commit 3c03b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.shell_wsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ -n ${WSLENV+x} ]]; then
1010
# Open new tabs in the same directory
1111
# https://learn.microsoft.com/en-us/windows/terminal/tutorials/new-tab-same-directory#zsh
1212
keep_current_path() {
13-
printf "\e]9;9;%s\e\\" "$(wslpath -w "$PWD")"
13+
printf "\e]9;9;%s\e\\" "$(wslpath -w "${PWD}")"
1414
}
1515
precmd_functions+=(keep_current_path)
1616

0 commit comments

Comments
 (0)