mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
Merge pull request #58 from morhook/patch-1
Fix for VSCode, fish and byobu installations
This commit is contained in:
commit
511d6d0813
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