Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sequence of events when "Custom command" and "Working directory" are defined together #948

Open
manueljordan opened this issue Sep 13, 2024 · 0 comments

Comments

@manueljordan
Copy link

When a custom layout is created

Having a Terminal type is possible define together:

  • Custom command
  • Working directory

I did do realize with a simple command such as ls that it works according with the /home/<username> path and not according with the Working directory. Therefore the current sequence is:

  • Execute the Custom command according with /home/<username>
  • Move to the Working directory

But should be:

  • Move to the Working directory
  • Execute the Custom command according with Working directory

Of course for other command which does not depend of the working directory such as date it is not an issue but for the other scenario yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant