Update .basrhc, .vimrc and conky.conf

This commit is contained in:
daniele 2024-03-17 17:53:38 +01:00
parent 20f74f3cf3
commit a01d8b6076
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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
View File

@ -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'
" }}}