hyper-statusline
hyper-statusline copied to clipboard
The directory path does not update until one command after the directory change
When I cd into a directory the status line path does not update before I execute the next command.
Like this:
(status line shows '~')
~ > cd dev
(status line still shows '~')
~/dev > *enter* (or any command)
(status line updates to '~/dev')
~/dev >
I can’t reproduce this on Hyper 2.0.0 with fish, but I do notice that it sometimes takes a second to update the CWD.
I am using Hyper 2.0.0 with oh-my-zsh. And the issue is still present. It does not help to wait. It never updates until I press return again.
Using Hyper 2.0.0 with oh-my-zsh and the path is properly updating, however the git indicator icons are not updated unless I am pressing return again.