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:
@@ -21,7 +21,7 @@ module Homesick
|
||||
protected
|
||||
|
||||
def home_dir
|
||||
@home_dir ||= Pathname.new(ENV['HOME'] || '~').expand_path
|
||||
@home_dir ||= Pathname.new(ENV['HOME'] || '~').realpath
|
||||
end
|
||||
|
||||
def repos_dir
|
||||
|
||||
Reference in New Issue
Block a user