We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd098a commit 97f896fCopy full SHA for 97f896f
wt
@@ -81,7 +81,7 @@ init_bash() {
81
cat <<EOF
82
wt() {
83
if ! command -v wt &> /dev/null; then
84
- echo "wt was not found in your \\\$PATH"
+ echo 'wt was not found in your \$PATH'
85
return 1
86
fi
87
@@ -103,7 +103,7 @@ init_fish() {
103
104
function wt
105
if ! command -q wt
106
107
108
end
109
0 commit comments