Skip to content
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

ls from UnxUtils does not work #743

Closed
tfarina opened this issue Nov 27, 2015 · 3 comments
Closed

ls from UnxUtils does not work #743

tfarina opened this issue Nov 27, 2015 · 3 comments

Comments

@tfarina
Copy link

tfarina commented Nov 27, 2015

λ ls
ls: unrecognized option --show-control-chars' Tryls --help' for more information.

@MartiUK
Copy link
Member

MartiUK commented Nov 27, 2015

ls is aliased to --show-control-chars here : https://github.com/cmderdev/cmder/blob/development/vendor/aliases.example#L3

You should either delete that alias from $CMDER_ROOT/config/aliases or stop using unxutils.

@Ace-Who
Copy link

Ace-Who commented Feb 22, 2016

Or you can leave that alias and UnxUtils alone and add a space before "ls":
λ ls

@NigelThorne
Copy link

If you type 'alias' you get he list of aliases

λ alias
Use /? for help

clear=cls
clink="D:\Program Files\cmder\vendor\clink/clink_x64.exe" --cfgdir "D:\Program Files\cmder\config" $*
cmderr=cd /d "%CMDER_ROOT%"
e.=explorer .
gl=git log --oneline --all --graph --decorate $*
history=cat %CMDER_ROOT%\config.history
ls=ls --show-control-chars -F --color $*
pwd=cd
unalias=alias /d $1
vi=vim $*

Then you can re-alias it without the "--show-control-chars"

λ alias ls=ls -F --color $*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants