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
update o function
pull/1/head
10sr
12 years ago
parent
dd62e21913
commit
d64acfb11e
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
bashrc
+ 2
- 2
bashrc
View File
@@ -253,9 +253,9 @@ o(){
open "$f"
elif type pcmanfm >/dev/null 2>&1
then
pcmanfm "$f"
LC_MESSAGES=
pcmanfm "$f"
else
xdg-open "$f"
LC_MESSAGES=
xdg-open "$f"
fi
}
convmv-sjis2utf8-test(){
Write
Preview
Loading…
Cancel
Save