mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
move ~ files to home/
This commit is contained in:
parent
4e3b860a8b
commit
46626312e7
10 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ PATH="$PATH:$rc/sh"
|
||||||
umask 027
|
umask 027
|
||||||
|
|
||||||
for f in .bashrc .zshrc shrc.zsh mingw.sh .vimrc .conkyrc .inputrc .screenrc .xinitrc; do
|
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"
|
hardlink "$f" "$r"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue