Skip to content

Commit

Permalink
don't complain if isn't there yet
Browse files Browse the repository at this point in the history
  • Loading branch information
rupa committed Jun 26, 2009
1 parent d81f316 commit 784eafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions z.sh
Expand Up @@ -50,6 +50,7 @@ z() {
[ "$fnd" ] || local list=1
# if we hit enter on a completion just go there
[ -d "$last" ] && cd "$last" && return
[ -d "$datafile" ] || return
cd="$(awk -v t="$(date +%s)" -v list="$list" -v typ="$typ" -v q="$fnd" -F"|" '
function frecent(rank, time) {
dx = t-time
Expand Down

0 comments on commit 784eafb

Please sign in to comment.