mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
adds: Ansible repos to autocd path and tmux-sessionator
This commit is contained in:
@@ -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 ####################
|
||||
|
||||
Reference in New Issue
Block a user