ソースを参照

fix open_file

pull/1/head
10sr 11年前
コミット
25e221ccd7
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      bashrc

+ 1
- 0
bashrc ファイルの表示

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


読み込み中…
キャンセル
保存