| Hash | Commit message | Author | Date | Files | + | - |
1 | commit a29058ba90b1d70f8250cab9927332fcfb200235 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sat Jul 1 23:28:30 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20230701 |
6 | --- |
7 | usr/bin/editenv | 2 ++ |
8 | 1 file changed, 2 insertions(+) |
9 | |
10 | diff --git a/usr/bin/editenv b/usr/bin/editenv |
11 | index c34e723..82960c5 100755 |
12 | --- a/usr/bin/editenv |
13 | +++ b/usr/bin/editenv |
14 | @@ -168,6 +168,8 @@ function DEL { |
15 | |
16 | function MAIN { |
17 | |
18 | + source $ENTRIESFILE >/dev/null 2>&1 |
19 | + |
20 | FIRSTLOOP && NOTSOURCEDLOOP && clear |
21 | |
22 | VALUE=$( PLACEHOLDER $1 |fzf \ |