Quellcode durchsuchen

prefix with dots

Josh Bicking vor 7 Jahren
Ursprung
Commit
f7cce1fa87
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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