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

9 lines
117 B
Bash
Raw Normal View History

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