I do not have access to aliases!
-
Hi.
I have problems with aliases.Works clear, ls (without the --color option).
Not working the rest vi, gl, ll, etc ...What am I wrong?
-
@pelayin:
What's the output of alias command?alias
-
I already resolved it.
In the Windows 10 CMD, on properties, I activated using the legacy console and you're done.
The alias output was and is:
λ alias
Use /? for helpart=php artisan $*
cd~=cd %HOMEPATH%
clear=cls
clink="C:\laragon\bin\cmder\vendor\clink/clink_x64.exe" --cfgdir "C:\laragon\bin\cmder\config" $*
cmderr=cd /d "%CMDER_ROOT%"
e.=explorer .
e=notepad++ $*
gl=git log --oneline --all --graph --decorate $*
history=cat "%CMDER_ROOT%\config.history"
ll=ls -gohlat --show-control-chars -F --color $*
ls=ls --show-control-chars -F --color $*
nodejs=node $*
pwd=cd
subl="C:\Program Files\Sublime Text 3\sublime_text" $*
t=vendor\bin\phpunit
unalias=alias /d $1
vi=vim $*
wget=curl -OL $*Thanks
-
Glad to hear you solved it
Cheers!