Remove useless .netrwhist file

This commit is contained in:
Wiktor Zykubek 2020-04-15 22:59:22 +02:00
parent c4f08d112c
commit 6135f0c29e
2 changed files with 1 additions and 13 deletions

View File

@ -1,12 +0,0 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhistcnt =6
let g:netrw_dirhist_6='/home/samedamci'
let g:netrw_dirhist_5='/home/samedamci/.scripts/rofi-keepassxc'
let g:netrw_dirhist_4='/home/samedamci/.config/dunst'
let g:netrw_dirhist_3='/home/samedamci/.config/ncmpcpp'
let g:netrw_dirhist_2='/home/samedamci/.config/zsh'
let g:netrw_dirhist_1='/home/samedamci/.config/rofi'
let g:netrw_dirhist_0='/home/samedamci/.config/autostart'
let g:netrw_dirhist_9='/home/samedamci/.config/sxhkd'
let g:netrw_dirhist_8='/home/samedamci/.conf'
let g:netrw_dirhist_7='/home/samedamci/.config/bspwm'

2
updot
View File

@ -18,6 +18,6 @@ fi
cp -r flake8 mimeapps.list bspwm dconf dunst gtk-3.0 gtk-2.0 homepage mpd ncmpcpp neofetch nvim picom polybar qutebrowser ranger rofi sxhkd vifm vis vlc wallpapers yay zsh ~/Dotfiles/botfiles/.config/ &>/dev/null
cd ~/Dotfiles/botfiles/.config/
rm -rf nvim/bundle zsh/plugins mpd/database zsh/history mpd/mpd.log mpd/pid mpd/state mpd/sticker.sql vis/vis.log ncmpcpp/lyrics sxhkd/sxhkdrc polybar/config vifm/vifminfo
rm -rf nvim/bundle nvim/.netrwhist zsh/plugins mpd/database zsh/history mpd/mpd.log mpd/pid mpd/state mpd/sticker.sql vis/vis.log ncmpcpp/lyrics sxhkd/sxhkdrc polybar/config vifm/vifminfo
echo "Done."