<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,3 +2,4 @@
 *~
 *.swp
 *.deb
+vim/vim/.netrwhist</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -11,19 +11,6 @@ export PATH=&quot;$PATH:/sbin:/usr/sbin&quot;
 # only run for bash
 [ -z &quot;$PS1&quot; -o -z &quot;$BASH&quot; ] &amp;&amp; return
 
-# colours
-RED=`tput setaf 1`
-GREEN=`tput setaf 2`
-YELLOW=`tput setaf 3`
-BLUE=`tput setaf 4`
-MAGENTA=`tput setaf 5`
-CYAN=`tput setaf 6`
-WHITE=`tput setaf 7`
-LIGHT=`tput setaf 9`
-GREY=`tput setaf 0`
-error_notification='`__ext=$?;if [ $__ext != 0 ]; then echo -e &quot;\n$GREY&gt; exit code: $__ext&quot;; fi`'
-PS1=&quot;$error_notification&quot;'\n\[$GREY\][\T] \[$YELLOW\]\u\[$GREY\]@\[$RED\]\h \[$BLUE\]\w/\[$GREEN\] \$\[$LIGHT\] '
-
 function title
 {
   export PROMPT_COMMAND='echo -ne &quot;\033]0;'&quot;$@&quot;'\007&quot;'
@@ -38,6 +25,7 @@ fi
 source &quot;$base/scm&quot;
 source &quot;$base/bashrc&quot;
 source &quot;$base/alias&quot;
+source &quot;$base/prompt&quot;
 
 # case insensitive file globbing (primaily for tab completion)
 shopt -s nocaseglob
@@ -47,13 +35,6 @@ function cdbase {
 	cd &quot;$d&quot;
 }
 
-function ssh-setup 
-{
-  if [ $(( ${SSH_AGENT_PID} + 1)) == 1 ]; then
-    eval `ssh-agent`
-  fi
-}
-
 alias tmpdir=&quot;date +'%Y-%m-%d.%H-%M-%S'&quot;
 function cdtmp {
 	t=/tmp/`tmpdir`</diff>
      <filename>deb/profile/gfxmonk-profile/etc/profile.d/net.gfxmonk.profile.sh</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1,2 @@
 set completion-ignore-case on
+set match-hidden-files off</diff>
      <filename>inputrc</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,17 @@
-! this is supposed to make ctrl+space underscore, but I've yet to see that work:
-! keycode 65 = space space underscore
 
 ! this turns capslock into another ctrl:
 remove Lock = Caps_Lock
-keysym Caps_Lock = Control_L
-add Control = Control_L
+add Control = Caps_Lock
+
+! swap ctrl &amp; meta4
+remove Mod4 = Super_L
+add Control = Super_L
+
+remove Control = Control_L
+add Mod4 = Control_L
+
+! fix macally keycode bindings:
+keycode 160 = XF86AudioRaiseVolume
+keycode 181 = XF86AudioLowerVolume
+keycode 191 = XF86AudioPlay
+</diff>
      <filename>linux/home/xmodmaprc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ff832ba1201a7ae1062961b3b9f137b3e019aa5a</id>
    </parent>
  </parents>
  <author>
    <name>Tim Cuthbertson</name>
    <email>tim3d.junk@gmail.com</email>
  </author>
  <url>http://github.com/gfxmonk/app-customisations/commit/3269e4fe89df2259c5193a196e32e5f4cd9a20b9</url>
  <id>3269e4fe89df2259c5193a196e32e5f4cd9a20b9</id>
  <committed-date>2009-11-11T02:06:29-08:00</committed-date>
  <authored-date>2009-11-11T02:06:29-08:00</authored-date>
  <message>moved prompt-related stuff; xmodmap changes for mac keyboard</message>
  <tree>523c99bc7a7891f2b10f7a849b5aa01807501f4c</tree>
  <committer>
    <name>Tim Cuthbertson</name>
    <email>tim3d.junk@gmail.com</email>
  </committer>
</commit>
