posts - 518,  comments - 13,  views - 86万
< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

一、简介

autojump是一个命令行工具,它允许你可以直接跳转到你喜爱的目录,而不用管你现在身在何处。

 

二、安装

yum install autojump

 

三、用法

j [目录的名字或名字的一部分]

 

四、常见问题

/etc/ profile.d /autojump.sh:.:20: no such file or directory: /etc/profile.d/autojump.zsh

解决方法

1、下载autojump.zsh到目录/etc/profile.d/

2、把/etc/profile.d/autojump.zsh里面的所有-add替换成-a

sed - i 's/--add/-a/g' /etc/profile.d/autojump.zsh

 

posted on   红孩儿你好  阅读(1716)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示