use your actual shell instead of the one in /usr/bin

This should solve
http://github.com/joelthelion/autojump/issues/#issue/34
pull/40/head
Joel Schaerer 14 years ago
parent 4e579d5f63
commit 9734cfa736

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#Copyright Joel Schaerer 2008, 2009
#This file is part of autojump

@ -1,4 +1,4 @@
#! /bin/zsh
#!/usr/bin/env zsh
#Copyright Joel Schaerer 2008, 2009
#This file is part of autojump

Loading…
Cancel
Save