Fix bogus bash binary location

This commit is contained in:
Eitan Adler
2012-04-17 00:24:58 -04:00
parent a74279df5c
commit 3fc60b5358
57 changed files with 66 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Bundler Commands
alias be="bundle exec"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
case $OSTYPE in
linux*)

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# List directory contents
alias sl=ls

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Aliases
alias gcl='git clone'

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# heroku
alias h='heroku'

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
alias hs='hg status'
alias hsum='hg summary'
@@ -11,4 +11,4 @@ function hg-help() {
echo " hsum = hg summary"
echo " hcm = hg commit -m"
echo
}
}

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Desktop Programs
alias fireworks="open -a '/Applications/Adobe Fireworks CS3/Adobe Fireworks CS3.app'"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Rails Commands
alias r='rails'

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
case $OSTYPE in
darwin*)

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
alias tls="$TODO ls"
alias ta="$TODO a"

View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
alias v='mvim --remote-tab'
alias v='mvim --remote-tab'