We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dotfiles directory discovery does not work,
$BASH_SOURCE returns -bash on login via Terminal.app and readlink -f is only GNU.
$BASH_SOURCE
-bash
readlink -f
http://stackoverflow.com/questions/5756524/how-to-get-absolute-path-name-of-shell-script-on-macos
Solution for now: manually set the $DOTFILES_DIR or put dotfiles in ~/.dotfiles
$DOTFILES_DIR
~/.dotfiles
The text was updated successfully, but these errors were encountered:
Colors for ls, diff, etc.. dicolors does not work.
Sorry, something went wrong.
Add an .extra file to make dotfiles work on freebsd / MacOs, workarou…
fc2c03b
…nd: #9
Add alias for ls ands colors on MacOs (#9)
a0e8660
No branches or pull requests
Dotfiles directory discovery does not work,
$BASH_SOURCE
returns-bash
on login via Terminal.app andreadlink -f
is only GNU.http://stackoverflow.com/questions/5756524/how-to-get-absolute-path-name-of-shell-script-on-macos
Solution for now: manually set the
$DOTFILES_DIR
or put dotfiles in~/.dotfiles
The text was updated successfully, but these errors were encountered: