- Updated zsh prompt

This commit is contained in:
dbroqua 2017-08-13 01:25:54 +02:00
parent 7c37aad410
commit ff13dcd413
2 changed files with 8 additions and 9 deletions

View File

@ -7,13 +7,13 @@ auto_save = 0
version = 0.9.9.3 version = 0.9.9.3
# The default font name of vte terminal. # The default font name of vte terminal.
font_name = DejaVu Sans Mono 8 font_name = DejaVu Sans Mono for Powerline 8
# The default column of vte terminal. # The default column of vte terminal.
column = 125 column = 180
# The default row of vte terminal. # The default row of vte terminal.
row = 38 row = 78
# Use true opacity in vte box. # Use true opacity in vte box.
# 0: do NOT use rgba, 1: force to use rgba. # 0: do NOT use rgba, 1: force to use rgba.
@ -79,11 +79,11 @@ show_color_selection_menu = 1
# The normal text color used in vte terminal. # The normal text color used in vte terminal.
# You may use black, #000000 or #000000000000 here. # You may use black, #000000 or #000000000000 here.
foreground_color = foreground_color = #ffffffffffff
# The background color used in vte terminal. # The background color used in vte terminal.
# You may use black, #000000 or #000000000000 here. # You may use black, #000000 or #000000000000 here.
background_color = background_color = #000000000000
# Drawn the text under the cursor with foreground and background colors reversed. # Drawn the text under the cursor with foreground and background colors reversed.
disable_custom_cursor_color = 1 disable_custom_cursor_color = 1
@ -111,7 +111,7 @@ scrollback_lines = 1024
# Shows scroll_bar or not. # Shows scroll_bar or not.
# 0: Never shows the scroll_bar; 1: Always shows the scroll_bar. # 0: Never shows the scroll_bar; 1: Always shows the scroll_bar.
# Left it blank: Hide when fullscreen, or scrollback_lines = 0. # Left it blank: Hide when fullscreen, or scrollback_lines = 0.
show_scroll_bar = 1 show_scroll_bar =
# The position of scroll_bar. # The position of scroll_bar.
# 0: scroll_bar is on left; 1: scroll_bar is on right. # 0: scroll_bar is on left; 1: scroll_bar is on right.

5
zshrc
View File

@ -1,8 +1,7 @@
export ZSH=/home/dbroqua/.oh-my-zsh export ZSH=/home/dbroqua/.oh-my-zsh
#ZSH_THEME="aussiegeek" #ZSH_THEME="gnzh"
#ZSH_THEME="bureau" ZSH_THEME="agnoster"
ZSH_THEME="gnzh"
# Uncomment the following line to use case-sensitive completion. # Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true" # CASE_SENSITIVE="true"