Tiny bugfix

This commit is contained in:
Lexi / Zoe 2018-11-01 22:43:37 +01:00
parent d03c792a6d
commit 18f01e1055
1 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,7 @@ makelink_simple() {
# -- CREATE THE LINKS HERE -- # -- CREATE THE LINKS HERE --
# ~/bin # ~/bin
makelink "$dotfiles/bin/" bin makelink "$dotfilesdir/bin/" bin
# bash, profile, etc. # bash, profile, etc.
makelink_simple .profile makelink_simple .profile
@ -55,5 +55,9 @@ makelink_simple .gvimrc
makelink_simple .bcrc makelink_simple .bcrc
makelink_simple .toprc makelink_simple .toprc
# X stuff
makelink_simple .Xdefaults
makelink_simple .xprofile
# TODO more links... # TODO more links...