cd command not working anymore
Posted
by
dystroy
on Ask Ubuntu
See other posts from Ask Ubuntu
or by dystroy
Published on 2012-10-27T15:43:06Z
Indexed on
2012/10/27
17:17 UTC
Read the original article
Hit count: 350
I just did two things : install scm_breeze and mercurial :
git clone git://github.com/ndbroadbent/scm_breeze.git ~/.scm_breeze
~/.scm_breeze/install.sh
sudo apt-get install mercurial
And now my cd command seems to be gone :
dys@dys-tour:~/prog> cd ~
bash: /home/dys : is a folder
dys@dys-tour:~/prog> cd ..
.. : command not found
The terminals I opened before installing scm_breeze and mercurial are fine. The terminals I open now have the problem. I uninstalled scm_breeze, with no result.
What can I do to diagnose the problem and fix it ?
© Ask Ubuntu or respective owner