diff options
Diffstat (limited to 'home-dots/dot-guile')
-rw-r--r-- | home-dots/dot-guile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home-dots/dot-guile b/home-dots/dot-guile index 766ac36..8e99ee0 100644 --- a/home-dots/dot-guile +++ b/home-dots/dot-guile @@ -1,3 +1,6 @@ (use-modules (ice-9 readline)) (activate-readline) -(add-to-load-path "/home/titan/dev/helpful_scripts/guile/") +(add-to-load-path + (string-append + (passwd:dir (getpwuid (geteuid))) + "/dev/dotfiles/lib/guile/" )) |