summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cle2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cle b/bin/cle
index b0dccbc..af18e89 100755
--- a/bin/cle
+++ b/bin/cle
@@ -18,7 +18,7 @@ edit() {
gen() { LC_ALL=C tr -dc 'A-Za-z0-9!?%=' < /dev/urandom | head -c 10; }
-list() { cd ~/.cle && find -- * -type f; }
+list() { cd ~/.cle && find -- * -name .git -prune -o -type f -print; }
print() { [ -f ~/.cle/"$1" ] && crypt -d < ~/.cle/"$1"; }