starship conf path fixes git timeout warn, add qmk to tmux-sessionizer

This commit is contained in:
Tiago Sousa 2024-10-01 23:50:40 +01:00
parent 80f8134ef5
commit 459598e92b
Signed by: tiago
SSH key fingerprint: SHA256:odOD9vln9U7qNe1R8o3UCbE3jkQCkr5/q5mgd5hwua0
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$(find -L ~/Nextcloud ~/.config ~/gits ~/2sem ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf)
selected=$(find -L ~/Nextcloud ~/.config ~/gits ~/gits/qmk_firmware/keyboards/tsousa ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf)
fi
if [[ -z "$selected" ]]; then