mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Avoid a redundant call to fossil
This commit is contained in:
parent
88055400c3
commit
38b93488e5
@ -197,14 +197,13 @@ end
|
||||
|
||||
function __bobthefish_fossil_project_dir -S -a real_pwd -d 'Print the current fossil project base directory'
|
||||
[ "$theme_display_fossil" = 'yes' ]
|
||||
and command fossil json status >/dev/null 2>/dev/null
|
||||
and set -f dir (command fossil json status 2>/dev/null | grep localRoot | string split ':' -f2 | string trim --chars='"/,')
|
||||
or return
|
||||
|
||||
set -q theme_vcs_ignore_paths
|
||||
and [ (__bobthefish_ignore_vcs_dir $real_pwd) ]
|
||||
and return
|
||||
|
||||
set -f dir (command fossil json status 2>/dev/null | grep localRoot | string split ':' -f2 | string trim --chars='"/,')
|
||||
echo "/$dir"
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user