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 }