mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
Fix for VSCode, fish and byobu installations
I've detected on my local installation that this line of code is breaking when my VSCode startups up from the Unity bar (or Gnome Dock).
This commit is contained in:
parent
bfb7a763d0
commit
f917d2169a
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ install_launcher() {
|
|||
|
||||
install_launcher_fish() {
|
||||
$PKG-launcher-uninstall "$1" || true
|
||||
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"
|
||||
}
|
||||
|
||||
# Sanitize the environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue