Skip to content

Commit

Permalink
Added autojump script.
Browse files Browse the repository at this point in the history
Added Haskell sources in gall.
  • Loading branch information
sdemers committed Dec 6, 2012
1 parent 0dba158 commit 7f47b6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export FIGNORE=.svn:.o:.hi
# Read custom dircolors
eval `dircolors $HOME/.dircolors.conf`

# autojump
[[ -s ~/.autojump/etc/profile.d/autojump.sh ]] && . ~/.autojump/etc/profile.d/autojump.sh

ct ()
{
if [ "`pwd`" = "${LOCALROOT}" ]; then
Expand Down
1 change: 1 addition & 0 deletions bin/gall
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ case $exename in
gc) filemask='\.(c|cxx|cc|cpp)$';;
gp) filemask='\.(py|pyc)$';;
gd) filemask='\.(d|di)$';;
ghs) filemask='\.(hs)$';;
esac

if [ ${color} -ne 0 ]; then
Expand Down

0 comments on commit 7f47b6a

Please sign in to comment.