Browse Source

prefix with dots

Josh Bicking 6 years ago
parent
commit
f7cce1fa87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rmdots.sh

+ 1 - 1
rmdots.sh

@@ -2,7 +2,7 @@
 
 DIR=$(pwd)
 
-for i in vimrc vim bashrc tmux.conf zshrc emacs.d dircolors compton.conf .config/nvim .antigen.zsh .xmonad .xmobarrc .local/share/applications/emacs-client.desktop
+for i in .vimrc .vim .bashrc .tmux.conf .zshrc.local .zshrc .emacs.d .dircolors .compton.conf .config/nvim .antigen.zsh .xmonad .xmobarrc .local/share/applications/emacs-client.desktop
 do
 	if [ -L $HOME/$i ]
 	then