Merge pull request #123 from JCook21/SymlinkedHomes

I'm merging this as it seems to be harmless and hasn't elicited any responses.
This commit is contained in:
Jeremy Cook
2014-09-27 17:37:21 -04:00

View File

@@ -21,7 +21,7 @@ module Homesick
protected protected
def home_dir def home_dir
@home_dir ||= Pathname.new(ENV['HOME'] || '~').expand_path @home_dir ||= Pathname.new(ENV['HOME'] || '~').realpath
end end
def repos_dir def repos_dir