From 0a79c7638097f62ecd46ebd788e02745cfd63034 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 2 Nov 2015 15:51:10 -0500 Subject: Remove first prompt placement --- .zshrc | 3 --- 1 file changed, 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() { -- cgit 1.4.1 ster' selected='selected'>master dontfiles
summary refs log tree commit diff
path: root/prune.sh (unfollow)
Commit message (Expand)Author
2016-07-09Highlight backquote strings in NASMJune McEnroe
2016-07-09Force ft=nasm for *.asm and *.macJune McEnroe
2016-07-09Highlight numbers with underscores in NASMJune McEnroe
2016-07-09Vendor NASM syntax fileJune McEnroe
2016-07-08Swap square brackets and bracesJune McEnroe
2016-07-04Forward SSH agent to *.localJune McEnroe
2016-06-20Check one directory up for .git/HEADJune McEnroe
2016-06-18Set undofileJune McEnroe
2016-06-17Use more as pager in psqlJune McEnroe
2016-06-09Set PAGER=lessJune McEnroe
2016-06-06Add port to april ssh configJune McEnroe
2016-05-28Add april to SSHJune McEnroe
2016-05-16Set background in nvim from iTerm profileJune McEnroe
2016-05-15Add light iTerm profileJune McEnroe
2016-05-15Set gruvbox vert split relative to backgroundJune McEnroe
2016-05-15Cache GPG key for half an hourJune McEnroe
2016-04-29Test for linux insteadJune McEnroe
2016-04-29Remove explicit syntax/filetype onJune McEnroe
2016-04-12Remove gvim=mvim aliasJune McEnroe
2016-04-12Detect Darwin or *BSD for aliasesJune McEnroe
2016-04-07Use default pinentry and set GPG_TTYJune McEnroe
2016-04-07Add git config override includeJune McEnroe
2016-04-06Simplify install scriptJune McEnroe
2016-04-06Add gpg-agent to READMEJune McEnroe
2016-04-06Always sign git commitsJune McEnroe
2016-04-06Use standard socket for gpg-agentJune McEnroe
2016-04-06Set iTerm font to PointfreeJune McEnroe