mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-24 15:16:20 -07:00
minor documentation change
This commit is contained in:
parent
cc7f1acd58
commit
f01528ae6f
1 changed files with 1 additions and 1 deletions
2
screen
2
screen
|
@ -38,7 +38,7 @@ if [ -r "$HOME/.screenrc" -a ! -e "$HOME/.screen-profiles/profile" ]; then
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Next, let's ensure that the user has selected a screen profile
|
# Ensure that the user has selected a screen profile
|
||||||
[ -r "$HOME/.screen-profiles/profile" ] || /usr/bin/select-screen-profile
|
[ -r "$HOME/.screen-profiles/profile" ] || /usr/bin/select-screen-profile
|
||||||
|
|
||||||
# Ensure that their keybindings are seeded
|
# Ensure that their keybindings are seeded
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue