summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2015-11-02 15:51:10 -0500
committerJune McEnroe <june@causal.agency>2015-11-02 15:51:10 -0500
commitb1db5f87d95e86f615c06c0a3d5f86d128b28c57 (patch)
treebce07690e5681fd9eb4029b81d4789b2c3b51f51 /.zshrc
parentNewline before prompt and start at bottom of terminal (diff)
downloadsrc-b1db5f87d95e86f615c06c0a3d5f86d128b28c57.tar.gz
src-b1db5f87d95e86f615c06c0a3d5f86d128b28c57.zip
Remove first prompt placement
Diffstat (limited to '')
-rw-r--r--.zshrc3
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() {