Tiny bugfix
This commit is contained in:
parent
d03c792a6d
commit
18f01e1055
|
|
@ -39,7 +39,7 @@ makelink_simple() {
|
|||
# -- CREATE THE LINKS HERE --
|
||||
|
||||
# ~/bin
|
||||
makelink "$dotfiles/bin/" bin
|
||||
makelink "$dotfilesdir/bin/" bin
|
||||
|
||||
# bash, profile, etc.
|
||||
makelink_simple .profile
|
||||
|
|
@ -55,5 +55,9 @@ makelink_simple .gvimrc
|
|||
makelink_simple .bcrc
|
||||
makelink_simple .toprc
|
||||
|
||||
# X stuff
|
||||
makelink_simple .Xdefaults
|
||||
makelink_simple .xprofile
|
||||
|
||||
# TODO more links...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue