-2

if you come from bash you might have to change your $PATH.

export PATH=$HOME/bin:/usr/local/bin:$PASH

can some tell me how to edit this part and how to save it please

yivi
  • 42,438
  • 18
  • 116
  • 138

1 Answers1

0

I am not sure I understand your question. But there is a typo that you may want to fix. At the end it should be $PATH instead of $PASH

export PATH=$HOME/bin:/usr/local/bin:$PATH

instead of

export PATH=$HOME/bin:/usr/local/bin:$PASH

NNK
  • 49
  • 2