diff --git a/README.md b/README.md index 135cb9cdd..a538089ca 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,7 @@ $EDITOR $(gum filter) ```bash SESSION=$(tmux list-sessions -F \#S | gum filter --placeholder "Pick session...") -tmux switch-client -t $SESSION || tmux attach -t $SESSION +tmux switch-client -t "$SESSION" || tmux attach -t "$SESSION" ``` - Pick a commit hash from `git` history