1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-04 23:33:23 -08:00

move ~ files to home/

This commit is contained in:
Connor Olding 2013-07-05 11:07:46 -07:00
parent 4e3b860a8b
commit 46626312e7
10 changed files with 1 additions and 1 deletions

View file

View file

View file

View file

@ -41,7 +41,7 @@ PATH="$PATH:$rc/sh"
umask 027
for f in .bashrc .zshrc shrc.zsh mingw.sh .vimrc .conkyrc .inputrc .screenrc .xinitrc; do
r="$rc/$(dotless "$f")"
r="$rc/home/$(dotless "$f")"
hardlink "$f" "$r"
done