We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abb3d9 commit ad2c301Copy full SHA for ad2c301
scripts/open.sh
@@ -22,7 +22,7 @@ fi
22
extra_options=""
23
if [ -n "$2" ]; then
24
# requires tmux 3.3 * Add -e flag to set an environment variable for a popup.
25
- extra_options="-e 'extrakto_inital_mode=$2'"
+ extra_options="-e extrakto_inital_mode=$2"
26
fi
27
28
if [ "$split_direction" = "p" ]; then
0 commit comments