From fe54c9c1fa8a4ca8330ad5688485f43b8b0803d7 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 10 Sep 2012 13:17:31 +0900 Subject: [PATCH] fix o --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 48bdc4a..9250955 100755 --- a/bashrc +++ b/bashrc @@ -404,7 +404,7 @@ o(){ else for f in "$@" do - open_file "$f" + open_file "$(realpath "$f")" done fi }