Skip to content

Commit

Permalink
fix(tmux): directory typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Jun 20, 2024
1 parent f5ed32a commit 3777c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zsh/files/zsh/bin/tmux-sessionizer
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
i=$(( i+1 ))
done

included=( "$HOME" "$HOME/dev" "$HOME/dev/c_projects/" "$HOME/dev/github" "$HOME/dev/nvim_plugins" "$HOME/personal")
included=( "$HOME" "$HOME/dev" "$HOME/dev/c_projects" "$HOME/dev/github" "$HOME/dev/nvim_plugins" "$HOME/personal")
included_paths=()

for include in "${included[@]}"; do
Expand Down

0 comments on commit 3777c24

Please sign in to comment.