Skip to content

Commit

Permalink
zsh: Add .dotfiles to tmux-session-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
maiwald committed Dec 30, 2024
1 parent 9a5aae1 commit d47bf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/tmux-session-launcher
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$((echo ~/ ; find ~/code ~/work ~/.config -mindepth 1 -maxdepth 1 -type d) | fzf-tmux -h)
selected=$((echo ~/ ; echo ~/.dotfiles ; find ~/code ~/work ~/.config -mindepth 1 -maxdepth 1 -type d) | fzf-tmux -h)
fi
if [[ -z $selected ]]; then
Expand Down

0 comments on commit d47bf87

Please sign in to comment.