1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

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

This should solve
http://github.com/joelthelion/autojump/issues/#issue/34
This commit is contained in:
Joel Schaerer 2011-01-05 20:05:36 +01:00
parent 4e579d5f63
commit 9734cfa736
2 changed files with 2 additions and 2 deletions

View File

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

View File

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