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
SashaChernykh@DESKTOP-0G54NVG:~/Desktop/Chocolatey tools$ alias ls='ls --color=auto'
SashaChernykh@DESKTOP-0G54NVG:~/Desktop/Chocolatey tools$ alias -p
alias ls='ls --color=auto'
3. Actual behavior
SashaChernykh@DESKTOP-0G54NVG:~/Desktop/Chocolatey tools$ alias ls='ls --color=auto'
SashaChernykh@DESKTOP-0G54NVG:~/Desktop/Chocolatey tools$ alias -p
alias ls='ls --color'
This repo has been pretty inactive for a while, so I wouldn't expect this get fixed for a bit (probably won't be fixed until vorpal depends on bash-parser).
For what it's worth, cash's ls has --color=auto by default, so this specific example isn't such a huge problem. But I can see how this could be a bigger issue for other commands.
1. Summary
I can not use
=
symbol in alias command.2. Expected behavior
3. Actual behavior
Is it a bug?
4. Steps to reproduce
I install cash in my computer:
Click here to see full output.
I input command
alias ls='ls --color=auto'
like in this article. I get actual behavior, not expected.5. Question
May we use
=
symbol in cashalias
command? For example, for native Windowsdoskey
command I need to use$*
symbols.6. Environment
Operating system and version:
Windows 32-bit 10.0.14393
Node.js:
v7.3.0
npm:
3.10.9
Thanks.
The text was updated successfully, but these errors were encountered: