15.6深度终端无法clear
Tofloor
poster avatar
yqylooq
deepin
2018-06-16 00:05
Author
运行clear的时候提示
  1. terminals database is inaccessible
Copy the Code
你们的会这样吗?
Reply Favorite View the author
All Replies
avatar
21wmd
deepin
2018-06-16 00:24
#1
不会,运行 clear 后很正常啊
Reply View the author
avatar
MaxBill
deepin
2018-06-16 01:58
#2
试了下,没问题
Reply View the author
avatar
156******44
deepin
2018-06-16 02:14
#3
没问题。。
Reply View the author
avatar
yqylooq
deepin
2018-06-16 16:18
#4
https://bbs.deepin.org/post/158188
不会,运行 clear 后很正常啊

啊 怎么我的会这样
Reply View the author
avatar
HualetWang
deepin
2018-06-16 16:54
#5
你这clear肯定是被变成其他命令了
Reply View the author
avatar
yqylooq
deepin
2018-06-16 20:02
#6
https://bbs.deepin.org/post/158188
你这clear肯定是被变成其他命令了

我弄了以下zsb(on my zsh),结果发现不怎么好看就换会bash,自带的主题了,请问怎么换回来,sudo可以用clear。要删除一下那些配置文件呢
Reply View the author
avatar
yqylooq
deepin
2018-06-17 00:17
#7
新建一个用户,把先前的用户删除了,然后没有这个问题了,可能是我安装了on my zsh的问题
Reply View the author
avatar
yqylooq
deepin
2018-06-17 00:39
#8
是autojump的问题,新建一个脚本,添加运行权限放到PATH的目录就好了,清屏用cls。
  1. #!/bin/bash
  2. #cls文件
  3. printf "\033c"
Copy the Code
Reply View the author