Conflicts:
	rc.d/zz-powerline
This commit is contained in:
2014-04-09 18:29:16 +02:00
3 changed files with 19 additions and 2 deletions

View File

@ -7,7 +7,7 @@ POWERLINE_FILE=/usr/share/powerline/bash/powerline.sh
export URXVT_FONT_NAME="DejaVu Sans Mono for Powerline"
export URXVT_FONT_SIZE="8"
if [ -f "${POWERLINE_FILE}" ]
if [ -f "${POWERLINE_FILE}" -a -z "$SSH_CONNECTION" ]
then
xrdb -merge <<"EOF"