1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-05 21:03:24 -07: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