diff --git a/.shenanigans.sh b/.shenanigans.sh index 17e6bbaa27b5a80135e799c58449d201cb790807..c206d902932a3332ad7f5b22bd7be83cf9d806d3 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -38,7 +38,7 @@ alias tmux='tmux -u' alias vi='vim' alias server='python3 -m http.server 6969' alias gg='lazygit' - alias newsbarge='newsbarge -feed-file=/home/m/.feeds.txt -out-dir=/home/m/Downloads -days-span=14' + alias newsbarge='newsbarge -feed-file=/home/m/.feeds.txt -out-dir=/home/m/Downloads -days-span=7' # Custom folder jump commands. alias p='cd ~/Vault/projects' diff --git a/.vimrc b/.vimrc index 35a1b4bb9e65a761a7b1ad9f4471d11e25e139d9..434faad7556e2931db8cc75547ee5363cff9f4f6 100644 --- a/.vimrc +++ b/.vimrc @@ -5,7 +5,6 @@ Plug 'airblade/vim-gitgutter' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' Plug 'mitjafelicijan/sherbet' - Plug 'mzlogin/vim-markdown-toc' call plug#end() colorscheme sherbet