From e3f7b009ab5bd4eba74ea50064b01051c1a36559 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 15 May 2017 01:39:03 +0200 Subject: [PATCH] added powerline support --- urxvt/.Xdefaults.thinkpad | 4 ++-- zsh/.zshrc | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/urxvt/.Xdefaults.thinkpad b/urxvt/.Xdefaults.thinkpad index d829ee1..e81b0a3 100644 --- a/urxvt/.Xdefaults.thinkpad +++ b/urxvt/.Xdefaults.thinkpad @@ -29,8 +29,8 @@ URxvt.lineSpace: 0 ! Fonts URxvt.allow_bold: false /* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */ -URxvt*font: xft:DejaVu Sans Mono:size=10 -URxvt*boldFont: xft:Dejavu Sans Mono:size=10 +URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10 +URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10 ! Fix font space URxvt*letterSpace: -1 diff --git a/zsh/.zshrc b/zsh/.zshrc index 0ba91e6..c484bf4 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -7,7 +7,8 @@ # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="robbyrussell" +#ZSH_THEME="robbyrussell" +ZSH_THEME="powerlevel9k/powerlevel9k" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"