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
THEME_PROMPT_HOST='\H'
SCM_THEME_PROMPT_DIRTY=' ✗'

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SCM_THEME_PROMPT_DIRTY=" ${red}"
SCM_THEME_PROMPT_CLEAN=" ${bold_green}"
SCM_THEME_PROMPT_PREFIX=" |"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
function prompt_command() {
PS1="${green}\u@\h ${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)\]${blue}${bold_blue} ${reset_color} ";
}

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
function __ {
echo "$@"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Theme inspired on:
# - Ronacher's dotfiles (mitsuhikos) - http://github.com/mitsuhiko/dotfiles/tree/master/bash/

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SCM_THEME_PROMPT_DIRTY=''
SCM_THEME_PROMPT_CLEAN=''
SCM_GIT_CHAR="${bold_cyan}±${normal}"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source "$BASH_IT/themes/doubletime/doubletime.theme.bash"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source "$BASH_IT/themes/doubletime/doubletime.theme.bash"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SCM_THEME_PROMPT_DIRTY=" ${red}"
SCM_THEME_PROMPT_CLEAN=" ${bold_green}"
SCM_THEME_PROMPT_PREFIX=" |"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# This theme was obviously inspired a lot by
#

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# n0qorg theme by Florian Baumann <flo@noqqe.de>
## look-a-like

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
prompt_setter() {
# Save history

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# based off of n0qorg
# looks like, if you're in a git repo:

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# prompt themeing

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Based on 'bobby' theme with the addition of virtualenv_prompt
#

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# zitron theme by Florian Baumann <flo@noqqe.de>
## git-theme