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:
parent
2ab0982ded
commit
e3f7b009ab
@ -29,8 +29,8 @@ URxvt.lineSpace: 0
|
|||||||
! Fonts
|
! Fonts
|
||||||
URxvt.allow_bold: false
|
URxvt.allow_bold: false
|
||||||
/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
|
/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
|
||||||
URxvt*font: xft:DejaVu Sans Mono:size=10
|
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10
|
||||||
URxvt*boldFont: xft:Dejavu Sans Mono:size=10
|
URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10
|
||||||
|
|
||||||
! Fix font space
|
! Fix font space
|
||||||
URxvt*letterSpace: -1
|
URxvt*letterSpace: -1
|
||||||
|
@ -7,7 +7,8 @@
|
|||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
# 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.
|
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
# 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.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user