~ubuntu-branches/ubuntu/utopic/byobu/utopic-proposed

« back to all changes in this revision

Viewing changes to usr/bin/byobu

  • Committer: Package Import Robot
  • Author(s): Dustin Kirkland
  • Date: 2013-11-01 15:27:51 UTC
  • mfrom: (1.1.208)
  • Revision ID: package-import@ubuntu.com-20131101152751-q6ppauycllpgjq91
Tags: 5.63-0ubuntu1
* usr/bin/byobu: LP: #1244981
  - let's use our symlink for SSH_AUTH_SOCK, for consistency across
    sessions
* usr/bin/byobu-status: LP: #1233407
  - ensure status icons are customizable by end users
* usr/share/byobu/profiles/bashrc:
  - Ubuntu themed grep colors, from Nick Moffit
* usr/bin/byobu-select-profile:
  - point straight to the right section
* usr/share/byobu/profiles/bashrc:
  - save a fork, use a function for exit status, from Nick Moffit
* usr/share/byobu/profiles/bashrc:
  - add an Ubuntu color theme for less pager (manpages)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#    You should have received a copy of the GNU General Public License
19
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
 
21
 
VERSION=5.62
 
21
VERSION=5.63
22
22
PKG="byobu"
23
23
 
24
24
# All sorts of things go wrong if you don't own your $HOME dir.
97
97
# Drop a symlink to the ssh socket in $HOME, since we can ensure that exists
98
98
if [ -S "$SSH_AUTH_SOCK" ] && [ ! -h "$SSH_AUTH_SOCK" ]; then
99
99
        ln -sf "$SSH_AUTH_SOCK" "$BYOBU_CONFIG_DIR/.ssh-agent"
 
100
        export SSH_AUTH_SOCK="$BYOBU_CONFIG_DIR/.ssh-agent"
100
101
fi
101
102
 
102
103
case $BYOBU_BACKEND in