umayr / theme-sushi

Sushi theme for Fishshell.
MIT License
23 stars 20 forks source link

Fatal error for git ? #27

Closed amirhossein-ka closed 3 years ago

amirhossein-ka commented 3 years ago

Hi when i open terminal i see this message:

fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
find: paths must precede expression: `^/dev/null'

this error wont appear on other themes

vanvlack commented 3 years ago

this is likely due to fish 3.3.0 disabling ^ redirection, https://github.com/fish-shell/fish-shell/issues/7105

amirhossein-ka commented 3 years ago

26 fixed this

thanks !