瀏覽代碼

update o

pull/1/head
10sr 12 年之前
父節點
當前提交
a2e2018fe6
共有 1 個檔案被更改,包括 3 行新增8 行删除
  1. +3
    -8
      bashrc

+ 3
- 8
bashrc 查看文件

@@ -331,9 +331,9 @@ _open_file(){
elif islinux
then
if null type pcmanfm; then
LC_MESSAGES= pcmanfm "$@" &
LC_MESSAGES= pcmanfm "$@"
else
LC_MESSAGES= xdg-open "$@"
LC_MESSAGES= xdg-open "$@" &
fi
else
cat "$@"
@@ -347,12 +347,7 @@ o(){
else
for f in "$@"
do
if test -d "$f"
then
_open_file "$f"
else
_open_file "$f"
fi
_open_file "$f"
done
fi
}


Loading…
取消
儲存