Browse Source

prefix with dots

Josh Bicking 7 năm trước cách đây
mục cha
commit
f7cce1fa87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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