mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
fix duplication of entries on ~/.screenrc
This commit is contained in:
parent
fbcad435ef
commit
9e572be7ae
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ for x in $profiles; do
|
||||||
if [ $i -eq $selected ]; then
|
if [ $i -eq $selected ]; then
|
||||||
if [ ! -e "$HOME/.screenrc" ]; then
|
if [ ! -e "$HOME/.screenrc" ]; then
|
||||||
# If the user doesn't have a .screenrc, seed one
|
# If the user doesn't have a .screenrc, seed one
|
||||||
echo "source ~/.screenrc-profile" > "$HOME/.screenrc"
|
echo "source $HOME/.screenrc-profile" > "$HOME/.screenrc"
|
||||||
else
|
else
|
||||||
# If the user does have a .screenrc, see if it has the
|
# If the user does have a .screenrc, see if it has the
|
||||||
# source line
|
# source line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue