#下载配置
# 切换到download路径 cd # github开源项目 sudo git clone https://github.com/rupa/z.git sudo chmod +x z.sh # 配置变量
zsh or bash /etc/passwd中查看
#zsh echo '. /usr/local/z/z.sh' >> ~/.zshrc source ~/.zshrc
# bash 配置变量 $ echo '. /usr/local/z/z.sh' >> ~/.bash_profile $ source ~/.bash_profile
# 安装 manpage cp z.1 /usr/local/share/man/man1 验证安装 z -h man z
使用
语法
-c 限制匹配到当前目录的子目录 / restrict matches to subdirectories of the current directory -e 回显最佳匹配,不要 cd / echo the best match, don't cd -h 显示简短的帮助信息 / show a brief help message -l 只列出 / list only -r 仅按排名匹配 / match by rank only -t 仅按最近访问匹配 / match by recent access only -x 从数据文件中删除当前目录 /remove the current directory from the datafile
格式
z [-chlrtx] [regex1 regex2 ... regexn]