We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996f051 commit 2808d48Copy full SHA for 2808d48
src/hooks/hook.es
@@ -1,5 +1,5 @@
1
fn dir {
2
- stdout=` + "`" + `{dirp $*};
+ stdout=`{dirp $*};
3
if {~ $bqstatus 2 } {
4
$EDITOR $stdout;
5
return $status;
src/hooks/hook.rc
if (~ $bqstatus 2 ) {
@@ -10,7 +10,7 @@ fn dir {
10
uptime;
11
12
};
13
-
+
14
echo Switching to $stdout;
15
- cd $stdout
+ cd $stdout;
16
}
0 commit comments