Skip to content

Commit

Permalink
docs(readme): reset zsh prompt after calling sesh-sessions script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux authored and joshmedeski committed Oct 8, 2024
1 parent 63cb97c commit a369e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function sesh-sessions() {
exec <&1
local session
session=$(sesh list -t -c | fzf --height 40% --reverse --border-label ' sesh ' --border --prompt '')
zle reset-prompt > /dev/null 2>&1 || true
[[ -z "$session" ]] && return
sesh connect $session
}
Expand Down

0 comments on commit a369e55

Please sign in to comment.