adds: Ansible repos to autocd path and tmux-sessionator

This commit is contained in:
2024-03-19 11:07:05 -04:00
parent 17bc6ef41b
commit eae33a6705
3 changed files with 24 additions and 23 deletions

View File

@@ -36,7 +36,8 @@ function setup_fuzzy_find_paths() {
path_prepend "$HOME" \
"$HOME/projects" \
"$REPOS/local" \
$(find $REPOS/github.com -mindepth 1 -maxdepth 1 -type d -print 2> /dev/null)
$(find $REPOS/github.com -mindepth 1 -maxdepth 1 -type d -print 2> /dev/null) \
$(find $GHREPOS/ansible -mindepth 1 -maxdepth 1 -type d -print 2> /dev/null)
}
#################### MAIN ####################