comparison .bashrc @ 532:e1aa8835edb7

.bashrc
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 25 Sep 2013 11:57:15 -0700
parents 42d3418e9154
children 6ee5d5cca949
comparison
equal deleted inserted replaced
531:42d3418e9154 532:e1aa8835edb7
131 # as that is set to the cwd by PS1 [?] 131 # as that is set to the cwd by PS1 [?]
132 # TODO: ssh windows 132 # TODO: ssh windows
133 DIR=$(xwininfo | dictify.py xwininfo | awk '{ print $NF }' | sed 's/"//g') 133 DIR=$(xwininfo | dictify.py xwininfo | awk '{ print $NF }' | sed 's/"//g')
134 DIR=${DIR/\~/$HOME} 134 DIR=${DIR/\~/$HOME}
135 cd $DIR 135 cd $DIR
136 activate-nearest
136 } 137 }
137 138
138 function colors() { 139 function colors() {
139 140
140 CLR_WHITE="\033[0;37m" 141 CLR_WHITE="\033[0;37m"