<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@
 ! ----------------------------------------------------------------------------
 
 ! {{{ Xcursor
-Xcursor.theme:          ComixCursors-opaque-White-Small
+Xcursor.theme:          Neutral_Plus_Inverted
 Xcursor.size:           10
 ! }}}
 
@@ -19,7 +19,7 @@ URxvt.secondaryScroll:  true
 
 URxvt.cursorBlink:      true
 URxvt.cursorColor:      #ffffff
-URxvt.borderless: 		1
+URxvt.borderless:       1
 
 URxvt.skipBuiltinGlyphs: true
 URxvt.xftAntialias:     true
@@ -68,7 +68,7 @@ URxvt.bolditalicFont: -*-profont-*-*-*-*-12-*-*-*-*-*-*-*
 ! {{{ Colours
 
 ! ---| MrElendig |--- {{{
-URxvt*background: #000000
+URxvt*background: #1C1C1C
 URxvt*foreground: #C7C7C7
 
 ! black
@@ -151,7 +151,7 @@ xpdf*enableFreetype: yes
 xpdf*antialias: yes
 xpdf*foreground: black
 xpdf*background: white
-xpdf*urlCommand: swiftweasel %s
+xpdf*urlCommand: firefox %s
 xpdf*viKeys: on
 ! }}}
 </diff>
      <filename>.Xdefaults</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-.vimrc
\ No newline at end of file
+/home/stxza/.vimrc
\ No newline at end of file</diff>
      <filename>.gvimrc</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 # /home/stxza/.nvidia-settings-rc
 #
 # Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
-# Generated on Sat Jan 17 23:47:47 2009
+# Generated on Fri Feb 20 05:52:37 2009
 #
 
 # ConfigProperties:
@@ -13,8 +13,8 @@ DisplayStatusBar = Yes
 SliderTextEntries = Yes
 IncludeDisplayNameInConfigFile = No
 ShowQuitDialog = Yes
-Timer = Thermal_Monitor_(GPU_0),Yes,1000
 Timer = PowerMizer_Monitor_(GPU_0),Yes,1000
+Timer = Thermal_Monitor_(GPU_0),Yes,1000
 
 # Attributes:
 </diff>
      <filename>.nvidia-settings-rc</filename>
    </modified>
    <modified>
      <diff>@@ -28,7 +28,7 @@ set ignorecase          &quot; case-insensitive search
 set smartcase           &quot; upper-case sensitive search
 
 set laststatus=2        &quot; occasions to show status line, 2=always.
-set cmdheight=1         &quot; command line height
+&quot; set cmdheight=1         &quot; command line height
 set ruler               &quot; ruler display in status line
 set showmode            &quot; show mode at bottom of screen
 &quot; set previewheight=5
@@ -107,8 +107,8 @@ set t_vb=
 
 if has('gui_running')
     let &amp;guicursor = &amp;guicursor . &quot;,a:blinkon0&quot;
-    colorscheme xoria256
-    set guifont=MonteCarlo\ 12
+    colorscheme candycode
+    set guifont=Monaco\ 8
     set guioptions-=T
     &quot;set guioptions+=g
     &quot;set guioptions-=t
@@ -122,13 +122,12 @@ if has('gui_running')
     &quot;set transparency=0
 elseif (&amp;term =~ 'linux')
     set t_Co=16
-    set mouse=a
     set termencoding=utf-8
     set nocursorline
     colorscheme desert
 else
     set t_Co=256
     set mouse=a         
-    colorscheme xoria256
+    colorscheme railscasts
     set termencoding=utf-8 
 endif</diff>
      <filename>.vimrc</filename>
    </modified>
    <modified>
      <diff>@@ -4,11 +4,11 @@
 xrdb -merge $HOME/.Xresources &amp;
 
 # wall
-feh --bg-scale ~/Pictures/Walls/CalmSkies.jpg &amp;
+feh --bg-scale pics/Walls/hi-definition.png &amp;
 
 # Trayer icon tray -&gt; try different heights
 trayer --edge top --align right --SetDockType true --SetPartialStrut true \
---expand true --width 5 --transparent true --tint 0x000000 --alpha 0 --distance 0 --padding 0 --heighttype pixel --height 16 &amp;
+--expand true --width 4 --transparent true --tint 0x000000 --alpha 0 --distance 0 --padding 0 --heighttype pixel --height 16 &amp;
 
 # keys &amp; cursor
 xmodmap $HOME/.Xmodmap &amp;</diff>
      <filename>.xinitrc</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
 # Exports
 # export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/home/stxza/bin
 typeset -U path
-path=(/bin /sbin /usr/bin /usr/sbin /usr/local/bin /home/stxza/bin $path)
+path=(/bin /sbin /usr/bin /usr/sbin /usr/local/bin $HOME/bin $path)
 
 # Dircolors
 eval &quot;$(dircolors -b $HOME/.dir_colors)&quot;</diff>
      <filename>.zshenv</filename>
    </modified>
    <modified>
      <diff>@@ -56,19 +56,19 @@ zstyle ':completion:*:options' auto-description '%d'
 # {{{ Window Title
 case $TERM in
     *xterm*|rxvt|rxvt-unicode|rxvt-256color|(dt|k|E)term)
-		precmd () { print -Pn &quot;\e]0;$TERM - (%L) [%n@%M]%# [%~]\a&quot; } 
-		preexec () { print -Pn &quot;\e]0;$TERM - (%L) [%n@%M]%# [%~] ($1)\a&quot; }
-	;;
+    precmd () { print -Pn &quot;\e]0;$TERM - (%L) [%n@%M]%# [%~]\a&quot; }
+    preexec () { print -Pn &quot;\e]0;$TERM - (%L) [%n@%M]%# [%~] ($1)\a&quot; }
+  ;;
     screen)
-    	precmd () { 
-			print -Pn &quot;\e]83;title \&quot;$1\&quot;\a&quot; 
-			print -Pn &quot;\e]0;$TERM - (%L) [%n@%M]%# [%~]\a&quot; 
-		}
-		preexec () { 
-			print -Pn &quot;\e]83;title \&quot;$1\&quot;\a&quot; 
-			print -Pn &quot;\e]0;$TERM - (%L) [%n@%M]%# [%~] ($1)\a&quot; 
-		}
-	;; 
+      precmd () {
+      print -Pn &quot;\e]83;title \&quot;$1\&quot;\a&quot;
+      print -Pn &quot;\e]0;$TERM - (%L) [%n@%M]%# [%~]\a&quot;
+    }
+    preexec () {
+      print -Pn &quot;\e]83;title \&quot;$1\&quot;\a&quot;
+      print -Pn &quot;\e]0;$TERM - (%L) [%n@%M]%# [%~] ($1)\a&quot;
+    }
+  ;;
 esac
 # }}}
 
@@ -82,14 +82,14 @@ setprompt () {
 	#   username@Machine ~/dev/dir[master]$   # clean working directory
 	#   username@Machine ~/dev/dir[master&#9760;]$  # dirty working directory
 	function parse_git_dirty {
-	  [[ $(git status 2&gt; /dev/null | tail -n1) != &quot;nothing to commit (working directory clean)&quot; ]] &amp;&amp; echo &quot;&#9760;&quot;
+		[[ $(git status 2&gt; /dev/null | tail -n1) != &quot;nothing to commit (working directory clean)&quot; ]] &amp;&amp; echo &quot;&#9760;&quot;
 	}
 	function parse_git_branch {
-	  git branch --no-color 2&gt; /dev/null | sed -e '/^[^*]/d' -e &quot;s/* \(.*\)/[\1$(parse_git_dirty)]/&quot;
+		git branch --no-color 2&gt; /dev/null | sed -e '/^[^*]/d' -e &quot;s/* \(.*\)/[\1$(parse_git_dirty)]/&quot;
 	}
 
-    PROMPT='%{$fg_bold[grey]%}[%{$fg_bold[white]%}%~%{$reset_color%}%{$fg_bold[grey]%}]%{$reset_color%}%{$fg_bold[blue]%}$(parse_git_branch)%{$reset_color%}
--%{$fg_bold[red]%}&#187;%{$reset_color%} '
+    PROMPT='%{$fg_bold[grey]%}[%{$fg_bold[cyan]%}%~%{$reset_color%}%{$fg_bold[grey]%}]%{$reset_color%}%{$fg_bold[yellow]%}$(parse_git_branch)%{$reset_color%}
+-%{$fg_bold[red]%}&gt;%{$reset_color%} '
     RPROMPT='%{$fg[cyan]%}%D{%H:%M}%{$reset_color%}'
 }
 setprompt
@@ -125,7 +125,7 @@ bindkey &quot;\e[7~&quot; beginning-of-line
 
 # {{{ Aliases
 #alias startx='SHELL=/bin/sh startx'
-alias ll='ls --color=auto -a -lhX'
+alias ll='ls -ahl --color | more; echo &quot;\e[1;32m --[\e[1;34m Dirs:\e[1;36m `ls -al | egrep \&quot;^drw\&quot; | wc -l` \e[1;32m|\e[1;35m Files: \e[1;31m`ls -al | egrep -v \&quot;^drw\&quot; | grep -v total | wc -l` \e[1;32m]--&quot;'
 alias egrep='egrep --color=auto'
 alias shutdownhome='sudo netcfg2 -d wifihome &amp;&amp; sleep 3 &amp;&amp; sudo shutdown -hP now'
 alias reboothome='sudo netcfg2 -d wifihome &amp;&amp; sleep 3 &amp;&amp; sudo reboot'
@@ -135,6 +135,7 @@ alias screenie='cd ~/bin/ &amp;&amp; ./info.pl'
 alias pacman='sudo pacman-color'
 alias xpop='xprop | grep --color=none &quot;WM_WINDOW_ROLE\|WM_CLASS&quot; | xmessage -file - -center'
 alias nvtemp='echo &quot;$(nvidia-settings -q gpucoretemp | grep Attribute | sed &quot;s/ //g&quot;)&quot;'
+alias matlab='cd /home/seynthantx/matlabr2008a/bin/ &amp;&amp; ./matlab'
 # }}}
 
 # {{{ URXVT workaround - stop first line completion bug in tiling WMs
@@ -147,17 +148,17 @@ fi
 
 # reload zshrc
 function src() {
-        autoload -U zrecompile
-                [[ -f ~/.zshrc ]] &amp;&amp; zrecompile -p ~/.zshrc
-				#for i in &quot;$(find ~/.zsh/ -type f)&quot;; do
-				#	[[ -f $i ]] &amp;&amp; zrecompile -p $i
-				#	[[ -f $i.zwc.old ]] &amp;&amp; rm -f $i.zwc.old
-				#done
-                [[ -f ~/.zcompdump ]] &amp;&amp; zrecompile -p ~/.zcompdump
-                [[ -f ~/.zcompdump ]] &amp;&amp; zrecompile -p ~/.zcompdump
-                [[ -f ~/.zshrc.zwc.old ]] &amp;&amp; rm -f ~/.zshrc.zwc.old
-                [[ -f ~/.zcompdump.zwc.old ]] &amp;&amp; rm -f ~/.zcompdump.zwc.old
-                source ~/.zshrc
+    autoload -U zrecompile
+    [[ -f ~/.zshrc ]] &amp;&amp; zrecompile -p ~/.zshrc
+    #for i in &quot;$(find ~/.zsh/ -type f)&quot;; do
+    #	[[ -f $i ]] &amp;&amp; zrecompile -p $i
+    #	[[ -f $i.zwc.old ]] &amp;&amp; rm -f $i.zwc.old
+    #done
+    [[ -f ~/.zcompdump ]] &amp;&amp; zrecompile -p ~/.zcompdump
+    [[ -f ~/.zcompdump ]] &amp;&amp; zrecompile -p ~/.zcompdump
+    [[ -f ~/.zshrc.zwc.old ]] &amp;&amp; rm -f ~/.zshrc.zwc.old
+    [[ -f ~/.zcompdump.zwc.old ]] &amp;&amp; rm -f ~/.zcompdump.zwc.old
+    source ~/.zshrc
 }
 
 # Completion for pacman-color
@@ -237,9 +238,6 @@ roll () {
 # user chownage
 function mkmine() { sudo chown -R ${USER} ${1:-.}; }
 
-# search the vim reference manual for keyword
-:h() {  vim --cmd &quot;:silent help $@&quot; --cmd &quot;only&quot;; }
-
 # sanitize - set file/directory owner and permissions to normal values (644/755)
 # Usage: sanitize &lt;file&gt;
 sanitize() {</diff>
      <filename>.zshrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3389fd9784de5b26c2849cc8594697d19d4b2c6e</id>
    </parent>
  </parents>
  <author>
    <name>stxza</name>
    <email>seynthan.tx@gmail.com</email>
  </author>
  <url>http://github.com/stxza/arch-linux-configs/commit/949a29feef6e7e3fb1c2cb4ea5d7548ef4ccc40b</url>
  <id>949a29feef6e7e3fb1c2cb4ea5d7548ef4ccc40b</id>
  <committed-date>2009-02-26T22:14:50-08:00</committed-date>
  <authored-date>2009-02-26T22:14:50-08:00</authored-date>
  <message>various edits from lappy</message>
  <tree>50a32f7a84f082c90b68cfc4688d498526318639</tree>
  <committer>
    <name>stxza</name>
    <email>seynthan.tx@gmail.com</email>
  </committer>
</commit>
