Kaynağa Gözat

Merge branch 'master' of github.com:joelthelion/autojump

pull/321/head
William Ting 10 yıl önce
ebeveyn
işleme
2095b2b129
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      bin/autojump.zsh

+ 2
- 0
bin/autojump.zsh Dosyayı Görüntüle

@ -47,6 +47,7 @@ j() {
return
fi
setopt localoptions noautonamedirs
local new_path="$(autojump ${@})"
if [[ -d "${new_path}" ]]; then
echo -e "\\033[31m${new_path}\\033[0m"
@ -76,6 +77,7 @@ jo() {
return
fi
setopt localoptions noautonamedirs
local new_path="$(autojump ${@})"
if [[ -d "${new_path}" ]]; then
case ${OSTYPE} in

Yükleniyor…
İptal
Kaydet