Empty godir, use fasd if available.

This commit is contained in:
Glenn Y. Rolland 2015-12-31 10:16:25 +01:00
parent 2767c495b1
commit 4acd4e2a0a
2 changed files with 5 additions and 8 deletions

View file

@ -0,0 +1,5 @@
if hash fasd >/dev/null 2>&1 ; then
eval "$(fasd --init auto)"
fi

View file

@ -1,8 +0,0 @@
if hash gx-search-baloo >/dev/null 2>&1 ; then
function godir() {
dir=$(gx-search-baloo "$@")
cd "$dir"
}
fi