diff options
| author | June McEnroe <programble@gmail.com> | 2015-11-02 15:51:10 -0500 | 
|---|---|---|
| committer | June McEnroe <programble@gmail.com> | 2015-11-02 15:51:10 -0500 | 
| commit | 0a79c7638097f62ecd46ebd788e02745cfd63034 (patch) | |
| tree | 5ebc05c7f6d5d7702459dc28968c278148e0df9f | |
| parent | Newline before prompt and start at bottom of terminal (diff) | |
| download | src-0a79c7638097f62ecd46ebd788e02745cfd63034.tar.gz src-0a79c7638097f62ecd46ebd788e02745cfd63034.zip | |
Remove first prompt placement
Diffstat (limited to '')
| -rw-r--r-- | .zshrc | 3 | 
1 files changed, 0 insertions, 3 deletions
| 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() { |