diff --git a/.bashrc b/.bashrc index 44b234a..03cc114 100644 --- a/.bashrc +++ b/.bashrc @@ -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 diff --git a/bin/gall b/bin/gall index 16e050d..d58bd8a 100755 --- a/bin/gall +++ b/bin/gall @@ -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