mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
Fix to prevent autosuggesting cd'ing to the current working directory
This commit is contained in:
3
path.h
3
path.h
@@ -65,6 +65,9 @@ void path_make_canonical( wcstring &path );
|
||||
|
||||
bool path_is_valid(const wcstring &path, const wcstring &working_directory);
|
||||
|
||||
/** Returns whether the two paths refer to the same file */
|
||||
bool paths_are_same_file(const wcstring &path1, const wcstring &path2);
|
||||
|
||||
wcstring get_working_directory(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user