mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
fix minor bugs in last changeset to screen
This commit is contained in:
parent
7579dd65c4
commit
a7df2cc2b3
1 changed files with 2 additions and 2 deletions
4
screen
4
screen
|
@ -26,7 +26,7 @@
|
|||
# See LP: #335275
|
||||
# Collapse ~/.screenrc-* into ~/.screen-profiles/*
|
||||
for i in ec2-cost keybindings profile updates-available windows; do
|
||||
mv -f "$HOME/.screenrc-$i" "$HOME/.screen-profiles/" 2>/dev/null
|
||||
mv -f "$HOME/.screenrc-$i" "$HOME/.screen-profiles/$i" 2>/dev/null
|
||||
done
|
||||
##########################################################################
|
||||
|
||||
|
@ -60,4 +60,4 @@ sed -i 's/screen-profiles-helper/screen-profiles/' $HOME/.screen-profiles/window
|
|||
##########################################################################
|
||||
|
||||
# Now let's execute screen!
|
||||
exec /usr/bin/screen.real -c "$HOME/.screenrc-profile" "$@"
|
||||
exec /usr/bin/screen.real -c "$HOME/.screen-profiles/profile" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue