Browse Source

update o function

pull/1/head
10sr 12 years ago
parent
commit
d64acfb11e
1 changed files with 2 additions and 2 deletions
  1. +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(){


Loading…
Cancel
Save