enable font awesome in prompt
This commit is contained in:
parent
a543fbc739
commit
e7dcd5fdb7
@ -39,7 +39,7 @@ 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:Monospace:pixelsize=14
|
URxvt*font: xft:Monospace:pixelsize=11
|
||||||
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=11, xft:FontAwesome5Free:style=Solid:pixelsize=11
|
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=11, xft:FontAwesome5Free:style=Solid:pixelsize=11
|
||||||
#URxvt*boldFont: xft:Monospace:pixelsize=14
|
#URxvt*boldFont: xft:Monospace:pixelsize=14
|
||||||
|
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
#fi
|
#fi
|
||||||
##set zsh theme et dircolor en fonction de term
|
##set zsh theme et dircolor en fonction de term
|
||||||
if [ $TERM != "linux" ]; then
|
if [ $TERM != "linux" ]; then
|
||||||
source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme
|
POWERLEVEL9K_MODE="awesome-fontconfig"
|
||||||
|
source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme
|
||||||
eval `dircolors ~/.dircolors/dircolors.256dark`
|
eval `dircolors ~/.dircolors/dircolors.256dark`
|
||||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir rbenv vcs)
|
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir rbenv vcs)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user