removed relative line numbers

formatted prompt
This commit is contained in:
Stefen Auris 2018-02-22 15:39:04 -05:00
parent 803dbe749a
commit 03eb24d823
2 changed files with 5 additions and 5 deletions

2
.vimrc
View file

@ -41,7 +41,7 @@ set showmode
" see examples at https://github.com/bluz71/dotfiles/blob/master/vimrc
"set breakindent
"set showbreak=\\\\\
set relativenumber
"set relativenumber
set infercase
set synmaxcol=200

8
.zshrc
View file

@ -28,12 +28,12 @@ zstyle ':completion:*' menu select
POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='teal'
#POWERLEVEL9K_PROMPT_ON_NEWLINE=true
#POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs vi_mode)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(root_indicator dir_writable background_jobs context)
POWERLEVEL9K_VI_INSERT_MODE_STRING="INS"
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs )
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(vi_mode root_indicator dir_writable background_jobs context)
POWERLEVEL9K_VI_INSERT_MODE_STRING="MODE"
POWERLEVEL9K_VI_MODE_INSERT_BACKGROUND='green'
POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='white'
POWERLEVEL9K_VI_NORMAL_MODE_STRING="CMD"
POWERLEVEL9K_VI_NORMAL_MODE_STRING="MODE"
POWERLEVEL9K_VI_MODE_NORMAL_BACKGROUND='red'
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle"