From 25e221ccd7bba7d13d7c3447e9f1e384488d4456 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 8 Sep 2012 15:00:31 +0900 Subject: [PATCH] fix open_file --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 24095e3..48bdc4a 100755 --- a/bashrc +++ b/bashrc @@ -386,6 +386,7 @@ open_file(){ open "$@" elif islinux then + touch "$@" if null type pcmanfm; then LC_MESSAGES= pcmanfm "$@" else