|
|
@ -6,6 +6,8 @@ export VISUAL=vim |
|
|
|
export EDITOR="$VISUAL" |
|
|
|
export EDITOR="$VISUAL" |
|
|
|
export TERM=xterm-256color |
|
|
|
export TERM=xterm-256color |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alias irssi='TERM=screen-256color irssi' |
|
|
|
|
|
|
|
|
|
|
|
parse_git_branch() { |
|
|
|
parse_git_branch() { |
|
|
|
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' |
|
|
|
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' |
|
|
|
} |
|
|
|
} |
|
|
|