mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
Fix for VSCode, fish and byobu installations
f917d2169a (commitcomment-137955113)
This commit is contained in:
parent
0514e53ba1
commit
63df0a8c8e
2 changed files with 6 additions and 3 deletions
|
@ -49,8 +49,8 @@ install_launcher() {
|
|||
|
||||
install_launcher_fish() {
|
||||
$PKG-launcher-uninstall "$1" || true
|
||||
printf "if not set -q VSCODE_CWD" >> "$1"
|
||||
printf " status --is-login; and status --is-interactive; and exec byobu-launcher" >> "$1"
|
||||
printf "if not set -q VSCODE_CWD; " >> "$1"
|
||||
printf " status --is-login; and status --is-interactive; and exec byobu-launcher;" >> "$1"
|
||||
printf "end" >> "$1"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue