Saturday, April 27, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2114  / 1 Year ago, sun, december 4, 2022, 10:29:13

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 ?


More From » command-line

 Answers
4

'builtin' type cd will tell you what cd actually means for your current shell. It is probably aliased to something else. You can still get the original cd by using 'builtin' cd or 'cd'.


[#34664] Monday, December 5, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dileble

Total Points: 169
Total Questions: 105
Total Answers: 141

Location: Sao Tome and Principe
Member since Wed, Dec 29, 2021
2 Years ago
;