mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-02-22 13:42:26 +01:00
NoteFind Prints Absolute path
This commit is contained in:
parent
bd3a1cdfd2
commit
b33ed3c6b1
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user