`
niwtsew
  • 浏览: 70797 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

bash two tips:tab completion igore-case and auto-correct mistyped dir name

 
阅读更多

in .bashrc

 

#tab auto-completion ignore -case

bind 'set completion-ignore-case on'

#automatically correct mistyped directory names on cd

shopt -s cdspell

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics