diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-20 23:45:45 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-20 23:45:45 +0200 |
| commit | 4773af381ef5b6fc9ffdc99d13700b274535a428 (patch) | |
| tree | 1a5ae5c06b8f1cdd9feb531125fa17673679441e /bin | |
| parent | 05baa48582d383799e3e892d6c79656cf40b2f72 (diff) | |
Remove session fragment from connect script path
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/kak-connect | 2 |
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~" |
