mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user