你好!我的终端有问题,ls命令不起作用

iqjalb3h  于 2022-09-19  发布在  Linux
关注(0)|答案(1)|浏览(124)

我想要设计我的终端,但犯了很多错误。现在,当我进入终端时,我收到了很多错误。

/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

Ls命令也不起作用

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

请帮帮我

1sbrub3j

1sbrub3j1#

我不知道它是如何发生的,但错误消失了,我从@Fravadona执行命令,然后出现了一个新的错误。但我重新打开了航站楼,一切都解决了
试试这个:command -p mv ~/.config/synth-shell ~/.config/synth-shell.disabled,然后打开一个新的终端

相关问题