mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Shell: Refresh PATH cache after running shellrc files
This fixes the highlight of runnable commands, whenever PATH variable is changed in one of the shellrc files.
This commit is contained in:
parent
e292a038b7
commit
5506932788
2 changed files with 2 additions and 1 deletions
|
@ -241,6 +241,7 @@ public:
|
|||
|
||||
String get_history_path();
|
||||
void print_path(StringView path);
|
||||
void cache_path();
|
||||
|
||||
bool read_single_line();
|
||||
|
||||
|
@ -343,7 +344,6 @@ private:
|
|||
void bring_cursor_to_beginning_of_a_line() const;
|
||||
|
||||
Optional<int> resolve_job_spec(StringView);
|
||||
void cache_path();
|
||||
void add_entry_to_cache(String const&);
|
||||
void remove_entry_from_cache(StringView);
|
||||
void stop_all_jobs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue