-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
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
/tmp/LS_COLORS is not a directory #150
Comments
Thanks for the report, that was an oversight on my part. Could you give this a try? If it works for you I will update the readme. mkdir /tmp/LS_COLORS && curl -L https://api.github.com/repos/trapd00r/LS_COLORS/tarball/master | tar xzf - --directory=/tmp/LS_COLORS --strip=1
( cd /tmp/LS_COLORS && sh /tmp/LS_COLORS/install.sh ) |
the first command works ok now, but the second is failing on |
more over there is no |
I think the homebrew formula for coreutils has an option to install without the prefix, although that may cause compatibility problems elsewhere. You could also try with aliases like |
Using the tarball method worked for me as far as getting to the point of running install.sh which made the .local/share/lscolors.sh but I cannot get it work after that. |
@abanks7 Please paste your console output including what you did & the error you received. You can use fenced code blocks with github markdown to make it readable. Thanks |
I should have been more clear but I didn't want to clutter this issue up since I'm not sure its relevant to the topic on hand. I'm not getting any actual errors, just not getting the correct color output. |
Usually that's caused by problems with the terminal emulator or |
I do have Thanks for the help, and to sum up the original issue: the |
@rpdelaney @abanks7 Installation steps:
|
An installation script is provided with this repository:
$ wget https://raw.github.com/trapd00r/LS_COLORS/master/LS_COLORS -O /tmp/LS_COLORS
$ ( cd /tmp/LS_COLORS && sh /tmp/LS_COLORS/install.sh )
Problem:
cd: not a directory: /tmp/LS_COLORS
because wget downloads a file.
The text was updated successfully, but these errors were encountered: