changed icon of p10 to tux
This commit is contained in:
parent
5664f13aea
commit
bf070ec4c3
24
etc/vimrc
24
etc/vimrc
|
@ -1,18 +1,8 @@
|
||||||
" All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
|
syntax on
|
||||||
" /usr/share/vim/vimfiles/archlinux.vim) and sourced by the call to :runtime
|
set nocompatible
|
||||||
" you can find below. If you wish to change any of those settings, you should
|
set number
|
||||||
" do it in this file (/etc/vimrc), since archlinux.vim will be overwritten
|
|
||||||
" everytime an upgrade of the vim packages is performed. It is recommended to
|
|
||||||
" make changes after sourcing archlinux.vim since it alters the value of the
|
|
||||||
" 'compatible' option.
|
|
||||||
|
|
||||||
" This line should not be removed as it ensures that various options are
|
"" make a blank line with oo/OO in rapid succession.
|
||||||
" properly set to work with the Vim-related packages.
|
nmap oo o <ESC>
|
||||||
runtime! archlinux.vim
|
nmap OO O <ESC>
|
||||||
|
set timeout timeoutlen=300
|
||||||
" If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim'
|
|
||||||
" Or better yet, read /usr/share/vim/vim80/vimrc_example.vim or the vim manual
|
|
||||||
" and configure vim to your own liking!
|
|
||||||
|
|
||||||
" do not load defaults if ~/.vimrc is missing
|
|
||||||
"let skip_defaults_vim=1
|
|
||||||
|
|
|
@ -189,7 +189,7 @@
|
||||||
# OS identifier color.
|
# OS identifier color.
|
||||||
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=255
|
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=255
|
||||||
# Custom icon.
|
# Custom icon.
|
||||||
typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION=''
|
typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION=''
|
||||||
|
|
||||||
################################[ prompt_char: prompt symbol ]################################
|
################################[ prompt_char: prompt symbol ]################################
|
||||||
# Transparent background.
|
# Transparent background.
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
https://dev.to/hbenvenutti/using-zsh-without-omz-4gch
|
|
Loading…
Reference in New Issue