This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of github.com:10sr/dotfiles
pull/1/head
10sr
12 years ago
parent
f4e425a91e
264ebc7d6a
commit
4d9bb19f86
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
bashrc
+ 3
- 3
bashrc
View File
@@ -329,11 +329,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
}
Write
Preview
Loading…
Cancel
Save