Cmder: Aliases no longer working

Created on 14 Jan 2017  路  8Comments  路  Source: cmderdev/cmder

Seems that with one of the newer updates Aliases are no longer working as expected. See output below

C:\Users\TJ
位 alias
Use /? for help

~=cd /d C:\Users\TJ
clear=cls
clink="C:\PROGRA~1\cmder\vendor\clink/clink_x64.exe" --cfgdir "C:\PROGRA~1\cmder\config" $*
cmderr=cd /d "%CMDER_ROOT%"
dev=cd \Users\TJ\Development
e.=explorer .
gl=git log --oneline --all --graph --decorate $*
history=cat %CMDER_ROOT%\config.history
hosts=elevate notepad C:\Windows\System32\Drivers\etc\hosts
l=ls --show-control-chars --color $*
ll=ls -la --show-control-chars --color $*
ls=ls --show-control-chars --color $*
pwd=cd
sudo=elevate $*
unalias=alias /d $1
vi=vim $*

C:\Users\TJ
位 dev
'dev' is not recognized as an internal or external command,
operable program or batch file.

馃憜 ConEmu 馃憜 clink

Most helpful comment

Fuck Win 10 updates

All 8 comments

Do you have any errors when starting a cmder session?

Same problem after upgrading Windows 10 to build version 15002-15007 (pre release).

There's still a lot of things stopped working normally;
for example, now you cannot close a running process, <C-c> does not work. Very fun.

No errors with starting cmder. As Alex mentioned, on Insider release 15014 many things no longer work. Aliases and Ctrl + C being the two major ones.

I could confirm this is Windows 10 Insider Build problem as well. Simply execute doskey in command line also doesn't work

This is still broken on Insider build 15019.

Not our problem, sorry. Go to the ConEmu or clink bugtracker, they have a few issues open with Insider builds, https://github.com/mridgers/clink/issues/431 for ex

For the afterworld, also broken in 15031 build. Though, doskey executes and "some" of my aliases still work. Very weird.

Fuck Win 10 updates

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bmeverett picture bmeverett  路  3Comments

jenisys picture jenisys  路  3Comments

AaronKaa picture AaronKaa  路  3Comments

danwellman picture danwellman  路  3Comments

emesx picture emesx  路  3Comments