系统默认的home文件目录命名能不能全部小写
Tofloor
poster avatar
牧野
deepin
2019-03-27 05:13
Author

home下的文件名能不能全部小写。其实只有用到命令行才会用到这个,平时都是汉字。每次输入路劲都要shift,烦死人。要不就要修改系统配置文件,累啊。总是重装系统。装完搞这个累啊。
Reply Favorite View the author
All Replies
avatar
jb71415
deepin
2019-03-27 05:36
#1
装个oh-my-zsh可以自动补全的
Reply View the author
avatar
牧野
deepin
2019-03-27 05:53
#2
https://bbs.deepin.org/post/175983
装个oh-my-zsh可以自动补全的

补全本身就可以,关键是首字母要大写。
Reply View the author
avatar
177******61
deepin
2019-03-27 06:22
#3
ln -s ~/Desktop/ ~/desktop
Reply View the author
avatar
jb71415
deepin
2019-03-27 09:52
#4
https://bbs.deepin.org/post/175983
补全本身就可以,关键是首字母要大写。

你没懂我的意思,zsh可以忽略大小写匹配的
Reply View the author
avatar
要讲武德
deepin
2019-03-27 17:36
#5
fish shell  ,  输入小写会自动补全大写




Reply View the author
avatar
di3663
deepin
2019-03-27 18:05
#6
可以修改,复制后把名字改下,我就把名字改成英文的了,方便终端用

cp /etc/xdg/user-dirs.defaults ~/.config/user-dirs.dirs
Reply View the author
avatar
广雅居士
deepin
2019-03-28 02:29
#7
其实我觉得还是微软的不区分大小写比较好。
Reply View the author
avatar
frg2089
deepin
2019-03-28 02:43
#8
如果嫌CapsLock开关麻烦的话..可以用Shift+来在小写状态下输入大写字母
Reply View the author
avatar
150******40
deepin
2019-03-28 04:03
#9
新建文件~/.inputrc,加入以下内容,注销登录,默认bash就可以在输入路径时,按tab键不区分大小写

set completion-ignore-case on
"\e[A": history-search-backward
"\e[B": history-search-forward

Reply View the author