Skip to content

Commit

Permalink
Disable prompt expansion for running command
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Jun 16, 2015
1 parent a099059 commit 5f5b990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pure.zsh
Expand Up @@ -67,7 +67,7 @@ prompt_pure_preexec() {
[[ "$SSH_CONNECTION" != '' ]] && print -Pn "(%m) "
# shows the current dir and executed command in the title when a process is active
# (use print -r to disable potential evaluation of escape characters in cmd)
print -Pnr "$PWD:t: $2"
print -nr "$PWD:t: $2"
print -Pn "\a"
}

Expand Down

0 comments on commit 5f5b990

Please sign in to comment.