colorls/lib
Claudio Bley f34453bce3 Workaround Errno::ENOENT error in rubygems
When trying to `require` a gem running in an unlinked directory, an exception is
thrown because `Dir.pwd` is called (see rubygems/rubygems#3087).

Until the fix lands in an official release, we monkey patch `Dir.pwd` to return
'/' if a `Errno::ENOENT` exception is raised while loading the colorls gem.

This should work for all Unixes. On Windows, this error cannot happen since you
cannot unlink a directory which is still in use by a process.

Fixes #351.
2020-05-10 21:23:07 +02:00
..
colorls Workaround Errno::ENOENT error in rubygems 2020-05-10 21:23:07 +02:00
yaml Directly use Unicode symbols in yaml config 2020-05-08 22:12:35 +02:00
colorls.rb Introduce Layout classes and use them 2019-07-01 23:16:33 +02:00
tab_complete.sh Generate Zsh completion file 2017-11-22 22:32:20 +01:00