Browse Source

fix o

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

+ 1
- 1
bashrc View File

@@ -404,7 +404,7 @@ o(){
else
for f in "$@"
do
open_file "$f"
open_file "$(realpath "$f")"
done
fi
}


Loading…
Cancel
Save