Browse Source

fix open_file

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

+ 1
- 0
bashrc View File

@@ -386,6 +386,7 @@ open_file(){
open "$@" open "$@"
elif islinux elif islinux
then then
touch "$@"
if null type pcmanfm; then if null type pcmanfm; then
LC_MESSAGES= pcmanfm "$@" LC_MESSAGES= pcmanfm "$@"
else else


Loading…
Cancel
Save