10sr 13 лет назад
Родитель
Сommit
a2e2018fe6
1 измененных файлов: 3 добавлений и 8 удалений
  1. +3
    -8
      bashrc

+ 3
- 8
bashrc Просмотреть файл

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


Загрузка…
Отмена
Сохранить