1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

added powerline support

This commit is contained in:
Ryan 2017-05-15 01:39:03 +02:00
parent 2ab0982ded
commit e3f7b009ab
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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"