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
fix convmv functions
pull/1/head
10sr
11 years ago
parent
a785d5f404
commit
99a47be2b3
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
shrc
+ 2
- 2
shrc
View File
@@ -892,11 +892,11 @@ o(){
fi
}
convmv
-sjis2utf8-
test(){
convmv
_sjis2utf8_
test(){
convmv -r -f sjis -t utf8 *
}
convmv
-sjis2utf8-
notest(){
convmv
_sjis2utf8_
notest(){
convmv -r -f sjis -t utf8 * --notest
}
Write
Preview
Loading…
Cancel
Save