lib/bin_install/shell.rb in bin_install-0.0.10 vs lib/bin_install/shell.rb in bin_install-0.0.11
- old
+ new
@@ -34,9 +34,9 @@
file.close
end
end
def self.profile_paths
- [File.expand_path('~/.zshrc'), File.expand_path('.bash_profile')]
+ [File.expand_path('~/.zshrc'), File.expand_path('~/.bash_profile')]
end
end
end