Browse Source

update tb

pull/1/head
10sr 11 years ago
parent
commit
e5c985acd5
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      bashrc

+ 3
- 3
bashrc View File

@@ -324,11 +324,11 @@ di(){
}

tb(){
local tb=~/.my/tb
mkdir -p $tb
local tb="$HOME/.my/tb"
mkdir -p "$tb"
for file in "$@"
do
mv $file $tb
mv -t "$tb" "$file"
done
}



Loading…
Cancel
Save