Browse Source

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 10 years ago
parent
commit
12ab59808e
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      shrc

+ 2
- 4
shrc View File

@@ -849,10 +849,7 @@ tb(){
__datenum=`date +%Y%m%d-%H%M%S`
__tb="$HOME/.var/tb/$__datenum"
mkdir -p "$__tb"
for file in "$@"
do
mv -t "$__tb" "$file"
done
mv "$@" "$__tb"
}

mkcd(){
@@ -1064,6 +1061,7 @@ __my_ps1_moc(){
}

for f in /usr/share/git/git-prompt.sh \
/usr/local/share/git-core/contrib/completion/git-prompt.sh \
/etc/bash_completion.d/git-prompt \
/opt/local/share/git-core/git-prompt.sh \
/opt/local/share/doc/git-core/contrib/completion/git-prompt.sh


Loading…
Cancel
Save