Update .basrhc, .vimrc and conky.conf
This commit is contained in:
parent
20f74f3cf3
commit
a01d8b6076
6
.bashrc
6
.bashrc
@ -22,7 +22,9 @@ alias ssh='ssh -X'
|
||||
alias sudo='sudo '
|
||||
alias vi='vim'
|
||||
|
||||
[ '$TERM'='xterm-kitty' ] && alias ssh='kitty +kitten ssh'
|
||||
if [ "$TERM" == "xterm-kitty" ]; then
|
||||
alias ssh='kitty +kitten ssh'
|
||||
fi
|
||||
|
||||
# PS1
|
||||
PS1='[\u@\h \W]\$ '
|
||||
@ -36,4 +38,6 @@ eval "$(beet completion)"
|
||||
export EDITOR=vim
|
||||
export SUDO_EDITOR=rvim
|
||||
|
||||
if [ "$TERM" == "xterm-kitty" ]; then
|
||||
fortune /usr/share/fortune/startrek /usr/share/fortune/anarchism /usr/share/fortune/asoiaf
|
||||
fi
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
conky.config = {
|
||||
alignment = 'top_right',
|
||||
xinerama_head = 2,
|
||||
xinerama_head = 1,
|
||||
background = false,
|
||||
border_width = 1,
|
||||
cpu_avg_samples = 2,
|
||||
|
2
.vimrc
2
.vimrc
@ -20,6 +20,7 @@ set wildmenu
|
||||
set wildmode=list:longest
|
||||
set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx,*.mp4,*.zip,*.iso,*.odt,*.tar,*.gz,*.xz,*.bz2,*.zst,*.rar,*.m4a,*.bmp,*.ogg,*.mp3,*.flv
|
||||
set background=dark
|
||||
set grepprg=grep\ -nH\ $*
|
||||
|
||||
|
||||
|
||||
@ -31,6 +32,7 @@ let g:ale_python_pylint_options='--max-line-length=160 --disable=missing-docstri
|
||||
let g:everforest_background='hard'
|
||||
let g:everforest_better_performance=1
|
||||
let g:rainbow_active=1
|
||||
let g:tex_flavor = 'latex'
|
||||
|
||||
" }}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user