# HG changeset patch # User Atul Varma # Date 1269726615 25200 # Node ID eed902827dc7ecf66ab3754fe09b1dcc149c8a0d # Parent 10e73bb57b0152cef69f2923a585b5e01c7d6d2b added 'desktop' to open targets' diff -r 10e73bb57b01 -r eed902827dc7 my-enso-commands.py --- 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',