Skip to content

Commit

Permalink
Fix for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Valiev committed Jun 7, 2016
1 parent 5d9368c commit 81eea54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion almostontop.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function almostontop_preexec
if [ "x$ALMOSONTOP" = "xtrue" ]; then
clear
# print PROMPT and command itself on the top
echo "$(print -P $prompt)$fg[$ALMOSTONTOP_COLOR]${(z)1}$reset_color"
print -P "$prompt$fg[$ALMOSTONTOP_COLOR]${(z)1}$reset_color"
fi
}

Expand Down

0 comments on commit 81eea54

Please sign in to comment.