1

After I have installed 'Google CLI' I cannot do anything in the terminal. I have tried a few solution I found on web to recover, but still without success.

enter image description here

karel
  • 122,292
  • 133
  • 301
  • 332
junior
  • 31

1 Answers1

2

SOLUTION: under /home/MY_PROFILE folder in file .bashrc I had to comment next line:

# Load Angular CLI autocompletion. 
#source <(ng completion script)
junior
  • 31