b7fefe9d5a3c

Get rid of the goddamn %.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 08 Jan 2010 21:54:29 -0500
parents 361e8c1bb3be
children 490228c0e251
branches/tags (none)
files .zshrc

Changes

--- a/.zshrc	Fri Jan 08 21:32:13 2010 -0500
+++ b/.zshrc	Fri Jan 08 21:54:29 2010 -0500
@@ -3,6 +3,9 @@
 export DISABLE_AUTO_UPDATE="true"
 source $ZSH/oh-my-zsh.sh
 
+# Custom options -------------------------------------------------------------
+unsetopt promptcr
+
 # Useful aliases -------------------------------------------------------------
 alias ls='ls -Goh'
 alias less='less -R'