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