ansible-role--bashrc/files/bashrc.d/70-util-godir.sh

9 lines
117 B
Bash
Raw Normal View History

2015-11-18 00:57:38 +01:00
if hash gx-search-baloo >/dev/null 2>&1 ; then
function godir() {
dir=$(gx-search-baloo "$@")
cd "$dir"
}
fi