You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well recognized, variable/parameter expansion are always are always a great pitfall (even though the screenshot of the command in the README is correct) 😄
Would you like to submit a PR o fix this in this repository as well as for the port project documentations?
Removed the quotes from around `~/.dir_colors` in the installation
instructions. Before the shell specific tilde character was not resolved
via variable expansion but used as literal character instead.
Co-authored-by: Arctic Ice Studio <development@arcticicestudio.com>
Co-authored-by: Sven Greb <development@svengreb.de>
FixesGH-15FixesGH-18
Related to GH-11
In the README.MD,
the following command is suggested:
but it won't work ( tested on Debian 10, bash 5.0-4 ).
![image](https://user-images.githubusercontent.com/25607767/79736072-8b138000-82f9-11ea-9fde-050c6acf8d35.png)
The quotes need to be ommited and the command should be:
The problem is explained here: https://serverfault.com/a/417255
The text was updated successfully, but these errors were encountered: