summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2020-06-20 23:45:45 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2020-06-20 23:45:45 +0200
commit4773af381ef5b6fc9ffdc99d13700b274535a428 (patch)
tree1a5ae5c06b8f1cdd9feb531125fa17673679441e /bin
parent05baa48582d383799e3e892d6c79656cf40b2f72 (diff)
Remove session fragment from connect script path
Diffstat (limited to 'bin')
-rwxr-xr-xbin/kak-connect2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/kak-connect b/bin/kak-connect
index 1c9c1b4..d5a4678 100755
--- a/bin/kak-connect
+++ b/bin/kak-connect
@@ -39,7 +39,7 @@ EOF
"
# Attach the connect terminal command.
# Act as a “boot loader”.
- script_path=$XDG_DATA_HOME/kak/connect/$kak_session/script.sh
+ script_path=$XDG_DATA_HOME/kak/connect/script.sh
if test -e "$script_path"; then
mv "$script_path" "$script_path~"
sh "$script_path~"