Skip to content

Commit

Permalink
sessionizer personal config
Browse files Browse the repository at this point in the history
  • Loading branch information
codevbus committed Nov 14, 2024
1 parent a1e1986 commit c48b4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/.local/bin/tmux-sessionizer
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$(find ~/redzone ~/build ~/ -mindepth 1 -maxdepth 1 -type d | fzf)
selected=$(find ~/projects ~/build ~/ -mindepth 1 -maxdepth 1 -type d | fzf)
fi

if [[ -z $selected ]]; then
Expand Down

0 comments on commit c48b4b8

Please sign in to comment.