mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2025-06-13 13:03:54 +00:00
Fix project directory discovery when outside a project directory
This commit is contained in:
parent
921a6f40fb
commit
787236686c
@ -197,6 +197,7 @@ end
|
|||||||
|
|
||||||
function __bobthefish_fossil_project_dir -S -a real_pwd -d 'Print the current fossil project base directory'
|
function __bobthefish_fossil_project_dir -S -a real_pwd -d 'Print the current fossil project base directory'
|
||||||
[ "$theme_display_fossil" = 'yes' ]
|
[ "$theme_display_fossil" = 'yes' ]
|
||||||
|
and command fossil status >/dev/null 2>/dev/null
|
||||||
or return
|
or return
|
||||||
|
|
||||||
set -q theme_vcs_ignore_paths
|
set -q theme_vcs_ignore_paths
|
||||||
|
Loading…
Reference in New Issue
Block a user