From 20f74f3cf3cd00c26e94aca5987604d26fdf0f82 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Sat, 9 Mar 2024 22:32:31 +0100 Subject: [PATCH] Update .vimrc and .bashrc --- .bashrc | 3 +-- .vimrc | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.bashrc b/.bashrc index 3d52fb2..1ab82ba 100644 --- a/.bashrc +++ b/.bashrc @@ -17,7 +17,6 @@ alias ls='ls -v --color=auto' alias mutt='pushd ~/Downloads > /dev/null; mutt; popd > /dev/null' alias ncmpcpp='systemctl --user start mpd-mpris; ncmpcpp; systemctl --user stop mpd-mpris' alias rm='rm -I' -alias set-monitor='xrandr --output HDMI-1-0 --auto --left-of eDP-1 --set "PRIME Synchronization" 1 --output eDP-1 --primary' alias sort='sort -n' alias ssh='ssh -X' alias sudo='sudo ' @@ -37,4 +36,4 @@ eval "$(beet completion)" export EDITOR=vim export SUDO_EDITOR=rvim -export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh" +fortune /usr/share/fortune/startrek /usr/share/fortune/anarchism /usr/share/fortune/asoiaf diff --git a/.vimrc b/.vimrc index bd083d5..f425817 100644 --- a/.vimrc +++ b/.vimrc @@ -25,13 +25,6 @@ set background=dark " PLUGINS ---------------------------------------------------------------- {{{ -call plug#begin('~/.vim/plugged') - -Plug 'preservim/nerdtree' -Plug 'dense-analysis/ale' - -call plug#end() - let g:ale_linters = {'python': ['pylint'], 'c': ['cc'], 'sh': ['shell']} let g:ale_linters_explicit = 1 let g:ale_python_pylint_options='--max-line-length=160 --disable=missing-docstring --disable=invalid-name'