<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -80,10 +80,13 @@ export PR_NO_COLOR=&quot;$terminfo[sgr0]&quot;
 
 # Shell prompt
 export basicprompt=&quot;$PR_LIGHT_GREEN%* $PR_RED%B%2~%b $PR_GREEN%%$PR_NO_COLOR &quot;
-export PROMPT=&quot;&quot;
-export PS1=&quot;&quot;
-export PS2=&quot;$PR_LIGHT_GREEN%* $PR_BLUE%B%_%b $PR_GREEN%%$PR_NO_COLOR &quot;
-export PS3=&quot;$PR_LIGHT_GREEN%* $PR_GREEN%Bselect%b $PR_GREEN%%$PR_NO_COLOR &quot;
+
+export PROMPT=$basicprompt
+export PROMPT2=&quot;$PR_LIGHT_GREEN%* $PR_BLUE%B%_%b $PR_GREEN%%$PR_NO_COLOR &quot;
+export PROMPT3=&quot;$PR_LIGHT_GREEN%* $PR_GREEN%Bselect%b $PR_GREEN%%$PR_NO_COLOR &quot;
+
+export PS2=$PROMPT2
+export PS3=$PROMPT3
 
 function precmd()
 {
@@ -137,13 +140,26 @@ autoload -Uz compinit
 compinit
 
 # Misc Settings
-setopt auto_cd              # automatically cd to paths
-setopt correct              # spell check for commands only
-setopt hash_list_all        # search all paths before command completion
-setopt hist_ignore_dups     # when I run a command several times, only store one
-setopt hist_no_functions    # don't show function definitions in history
-setopt hist_reduce_blanks   # reduce whitespace in history
-setopt hist_verify          # ask me before running a command line with history sub
-setopt interactive_comments # allow comments in interactive shells
-setopt extended_glob        # treat #, ^, and ~ specially in filename generation
-setopt chase_links          # treat '..' relative to the target of a symlink
\ No newline at end of file
+setopt auto_cd # directory navigation
+setopt auto_pushd
+setopt pushd_silent
+setopt pushd_to_home
+setopt chase_links
+
+setopt menu_complete # completion
+setopt hash_list_all
+
+setopt extended_glob # globbing
+setopt glob_dots
+setopt mark_dirs
+setopt multibyte
+setopt null_glob
+
+setopt hist_ignore_dups # history
+setopt hist_no_functions
+setopt hist_reduce_blanks
+setopt hist_verify
+setopt share_history
+
+setopt interactive_comments # miscellanious
+setopt correct</diff>
      <filename>.config/zsh/profile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8cf3bc02f277e0e88745f82ab0fbe24a51cb231a</id>
    </parent>
  </parents>
  <author>
    <name>Barrucadu</name>
    <email>mike@barrucadu.co.uk</email>
  </author>
  <url>http://github.com/Barrucadu/home/commit/54c301bfa32ac16e0600ae8fb61b4a49abc2a113</url>
  <id>54c301bfa32ac16e0600ae8fb61b4a49abc2a113</id>
  <committed-date>2009-11-10T09:34:11-08:00</committed-date>
  <authored-date>2009-11-10T09:34:11-08:00</authored-date>
  <message>Altered zsh options.</message>
  <tree>fedba76ee2e8ad3bc73a794ffc302ca9aaaf010e</tree>
  <committer>
    <name>Barrucadu</name>
    <email>mike@barrucadu.co.uk</email>
  </committer>
</commit>
