changeset 11:eed902827dc7

added 'desktop' to open targets'
author Atul Varma <varmaa@toolness.com>
date Sat, 27 Mar 2010 14:50:15 -0700
parents 10e73bb57b01
children e273bc5fd580
files my-enso-commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/my-enso-commands.py	Sat Mar 27 14:22:50 2010 -0700
+++ b/my-enso-commands.py	Sat Mar 27 14:50:15 2010 -0700
@@ -453,6 +453,7 @@
         CUSTOM_TARGETS = {
             'computer': '/',
             'home': '~',
+            'desktop': '~/Desktop',
             'documents': '~/Documents',
             'downloads': '~/Downloads',
             'applications': '/Applications',