Skip to content
Discussion options

You must be logged in to vote

It is technically impossible to set CWD or environment variables of a running terminal session (like bash or zsh) from a sub-process (a program like ideasy called from your shell).
E.g. if you type cd .. in your bash you do not execute a program cd that changes your CWD but instead call a build-in function of bash.
This is why we had to come up with some smart tricks to make IDEasy work in the way we want to have it for UX.
Compared to devonfw-ide we improved that a lot going from alias to function that has various advantages.

In order to provide advanced support when changing directories we provide a command callled icd that just like ide is technically a function and not a program. You …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hohwille
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants