You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2008/01/31 02:39:34 UTC

[jira] Issue Comment Edited: (GSHELL-13) Implement command search path

    [ https://issues.apache.org/jira/browse/GSHELL-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564254#action_12564254 ] 

jdillon edited comment on GSHELL-13 at 1/30/08 5:38 PM:
-------------------------------------------------------------

Yup, you can put any GShell commands into:

 * {{~/.gshell/gshell.profile}}
 * {{~/.gshell/gshell.rc}}

{{gshell.profile}} is always executed, {{gshell.rc}} is only executed if the shell is interactive.

So you can:

{noformat}
set path=foo:bar
{noformat}

      was (Author: jdillon):
    Yup, you can put any GShell commands into:

 * {{~/.gshell/gshell.profile}}
 * {{~/.gshell/gshell.rc}}

{{gshell.profile}} is always executed, {{gshell.rc}} is only executed if the shell is interactive.

So you can:

{noformat}
set PATH foo:bar
{noformat}
  
> Implement command search path
> -----------------------------
>
>                 Key: GSHELL-13
>                 URL: https://issues.apache.org/jira/browse/GSHELL-13
>             Project: GShell
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Core
>    Affects Versions: 0.0.1
>            Reporter: Jason Dillon
>            Assignee: Jason Dillon
>             Fix For: 1.0-alpha-2
>
>         Attachments: GShell-13.patch
>
>
> Command search path.
>  * ~/.gshell/
>  * profile.gsh
>  * settings.gsh?  settings.properties?  settings.xml?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.