cleanup: change to clean ~/ not cwd
This commit is contained in:
parent
d96f968510
commit
c044ac6457
@ -3,25 +3,26 @@
|
|||||||
# Clean up useless dotfiles
|
# Clean up useless dotfiles
|
||||||
|
|
||||||
rm -rf \
|
rm -rf \
|
||||||
.audacity-data \
|
~/.audacity-data \
|
||||||
.mplayer \
|
~/.mplayer \
|
||||||
.w3m \
|
~/.w3m \
|
||||||
.wget-hsts \
|
~/.wget-hsts \
|
||||||
.python_history \
|
~/.python_history \
|
||||||
.units_history \
|
~/.units_history \
|
||||||
.bash_history \
|
~/.bash_history \
|
||||||
.avidemux6 \
|
~/.avidemux6 \
|
||||||
.xsel.log \
|
~/.xsel.log \
|
||||||
.gnuplot_history \
|
~/.gnuplot_history \
|
||||||
.gnome \
|
~/.gnome \
|
||||||
.wavemonrc \
|
~/.wavemonrc \
|
||||||
.viminfo \
|
~/.viminfo \
|
||||||
.icons\
|
~/.icons\
|
||||||
.ipython \
|
~/.ipython \
|
||||||
.android \
|
~/.android \
|
||||||
.electron-gyp \
|
~/.electron-gyp \
|
||||||
.yarn \
|
~/.yarn \
|
||||||
.yarnrc
|
~/.yarnrc \
|
||||||
|
~/.vimspector.log
|
||||||
|
|
||||||
# ipython supports XDG_CONFIG just not by default
|
# ipython supports XDG_CONFIG just not by default
|
||||||
mv ~/.ipython "$XDG_CONFIG_HOME"/ipython
|
mv ~/.ipython "$XDG_CONFIG_HOME"/ipython
|
||||||
|
Loading…
Reference in New Issue
Block a user