diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-06 01:09:01 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-06 01:09:01 +0200 |
commit | 402e7ba205ff9817b3488c979ef6743282813eb0 (patch) | |
tree | dd039e8ec748faa237aa7a02d287e9fcc6528a88 /config/essentials | |
parent | 9bf178bf1575b6c64740851cb0f6b2c0c87761b7 (diff) |
checkpoint
Diffstat (limited to 'config/essentials')
-rw-r--r-- | config/essentials/shell/functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index 1a2e9d8..0f12206 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -356,6 +356,7 @@ prj() { prje() { prj || return 1 f="$(git ls-files | fzf)" + [ "$f" ] || exit 1 if [ -f "$f" ] then "$EDITOR" "$f" |