mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-06 14:16:33 +02:00
NoteFind Prints Absolute path
This commit is contained in:
@@ -33,9 +33,9 @@ SkimAndGrep () {
|
||||
## fish only, not zsh or bash
|
||||
|
||||
if [[ "$(basename $SHELL)" == "fish" ]]; then
|
||||
SkimGrepHighlightFish && exit 0
|
||||
SkimGrepHighlightFish | xargs realpath && exit 0
|
||||
else
|
||||
SkimGrep && exit 0
|
||||
SkimGrep | xargs realpath && exit 0
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user