henrikruscon / hyper-statusline

Status Line Plugin for Hyper
MIT License
386 stars 79 forks source link

The directory path does not update until one command after the directory change #66

Open asgeir-s opened 6 years ago

asgeir-s commented 6 years ago

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 > 
j-f1 commented 6 years ago

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.

asgeir-s commented 6 years ago

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.

ghost commented 6 years ago

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.