浏览代码

fix bug on dh

pull/1/head
10sr 11 年前
父节点
当前提交
b65daa77bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc 查看文件

@@ -268,7 +268,7 @@ dh(){
then
dirs -v -l
else
local dir="$(dirs -v -l | \grep "^ *$1 \+" | sed "s/^ *[0-9]\+ *//g")"
local dir="$(dirs -v -l | \grep "^ *$1 \+" | sed "s/^ *[0-9]* *//g")"
cd "$dir"
fi
}


正在加载...
取消
保存