Hello! I have a problem with the terminal, the ls command does not work

Viewed 55

I wanted to style my terminal but made a lot of mistakes. now when entering the terminal I get many errors.

    /home/yaroslavik/.config/synth-shell/synth-shell-prompt.sh:type:563: bad option: -t
/home/yaroslavik/.config/synth-shell/synth-shell-prompt.sh:867: = not found
/home/yaroslavik/.config/synth-shell/synth-shell-greeter.sh:type:823: bad option: -t
/home/yaroslavik/.config/synth-shell/synth-shell-greeter.sh:type:1313: bad option: -t
/home/yaroslavik/.config/synth-shell/synth-shell-greeter.sh:type:2300: bad option: -t
/home/yaroslavik/.config/synth-shell/synth-shell-greeter.sh:type:2612: bad option: -t

the ls command also does not work

āžœ  local ls
better_ls:2: command not found: shopt
better_ls:type:3: bad option: -P
better_ls:19: command not found: -d

Hellp me please

1 Answers

I don't know how it happened, but the error went away, I executed the command from @Fravadona and a new error appeared. but I reopened the terminal and everything was resolved

try this: command -p mv ~/.config/synth-shell ~/.config/synth-shell.disabled, then open a new terminal

Related