Lukas Klingsbo
Lukas Klingsbo
I guess you should source the file too, so it should be something like: * ZSH: `echo "source /usr/share/autojump/autojump.zsh" >> ~/.zhrc`
@iZhangZheng this only works if you are using oh-my-zsh or something else that handles plugins, it would for example be `antigen bundle autojump` if you use zsh with antigen.
> I realise this is in draft but I want to raise some discussion around this. > > I like the idea of navigator inside Flame, but I wonder if...
> The over engineer thing for me is that we have implemented a full blown navigation system for Flame, in a way, it feels to me that we are reinventing...
> Yes! That is why on my original comment I said that I like the idea of having this concept, and even gave the example of the pokemon use case,...
> Hmm, With the way I suggested, you don't need to have things linear, you could add components to the `SceneManager` on whatever order you like, didn't followed you on...
> I only mentioned `pop` and `push` because that was enough for my exemplification. We could have a replace that would be enough for that maybe? With replace only, you'd...
> Maybe there is a better term than "Route", but I don't think it's the "Scene". I think that Route is fine, and I think that we can probably introduce...
> I think this PR has no action items left, @spydon WDYT? If I remember correctly, there was a discussion about adding generics to the routes so that enums for...
> My understanding was that because enums/strings have no common super-type, then using generics here would be counter-productive as it will lead for less type-safety (`dynamic` as the inferred type)....