mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
sanitize the environment
This commit is contained in:
parent
80b0965ce5
commit
190917f73d
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ install_screen_launcher() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Sanitize the environment
|
||||
/usr/share/screen-profiles/screen-launcher-uninstall || true
|
||||
|
||||
# Install in ~/.profile unconditionally
|
||||
install_screen_launcher "$HOME/.profile"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue