# File lib/session.rb, line 598
    def path 
      stdout, stderr = execute "print, !path"
      stdout.strip.split %r/:/o
    end