James Notes
516 subscribers
636 photos
31 videos
33 files
444 links
研究领域:效率 自动化 网络 捷径 生活

少数派专业作者 @JamesHopbourn
Download Telegram
#zsh #terminal 修改 agnoster 主题仅显示当前目录名称:
sed -i '_bak' '201s/%~/%c/' ~/.oh-my-zsh/themes/agnoster.zsh-theme
PS:macOS 上使用 sed -i 需要添加 '_bak' 指定备份文件,否则会报错invalid command code j
几个实用但是少用的 iTerm 快捷键
ctrl + u 清除当前行(无论光标在什么位置)
ctrl + k 删除光标当前位置到文本末尾的所有字符
ctrl + y 粘贴之前(ctrl +u/k/w)删除的内容
ctrl + r 搜索命令历史。根据用户输入查找相关历史命令(reverse-i-search)
让你的iTerm更Geek!
#终端 #Terminal #快捷键 #iterm
This media is not supported in your browser
VIEW IN TELEGRAM
zsh 自动提示插件 incr 网上有很不同的版本,性能差异较大,这是我找到一个体验最好的版本,需要的安装试试。
https://github.com/wonderil/wons/raw/master/.oh-my-zsh/plugins/incr/incr-0.2.zsh
#zsh #Terminal #终端