Merge pull request #58 from morhook/patch-1

Fix for VSCode, fish and byobu installations
This commit is contained in:
Dustin Kirkland 2023-11-22 22:39:38 -06:00 committed by GitHub
commit 511d6d0813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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