From b1db5f87d95e86f615c06c0a3d5f86d128b28c57 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 2 Nov 2015 15:51:10 -0500 Subject: Remove first prompt placement --- .zshrc | 3 --- 1 file changed, 3 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index d8a3ffbe..62578c65 100644 --- a/.zshrc +++ b/.zshrc @@ -40,9 +40,6 @@ PROMPT=' %{%(?.$fg[green]$_prompt_ssh_color.$fg[red])%}»%{$reset_color%} ' RPROMPT='%{$fg[blue]%}%-50<…<%~%{$fg[yellow]%}$(_prompt_git_branch)%{$reset_color%}' -# Place first prompt at bottom of window. -tput cup "$(($LINES - 2))" - # Set title to directory name at prompt, prefixed with hostname over SSH. Add # current command to title while running. _title() { -- cgit 1.4.1