summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-10-22 11:33:23 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-10-22 11:33:23 +1100
commitcc7ac60272d5fb2232b581794f3899a1f2349c28 (patch)
tree0f8142ce670c5eff399858c516544753c2ee33e3
parent284c200350d3c93dc76bed4d677cf19bdc012f56 (diff)
empty dir msg
-rwxr-xr-xfff2
1 files changed, 1 insertions, 1 deletions
diff --git a/fff b/fff
index bece3e9..959140c 100755
--- a/fff
+++ b/fff
@@ -12,7 +12,7 @@ refresh() {
get_dir() {
d=(); f=()
for p in "$PWD"/*; do [[ -d $p ]] && d+=("$p") || f+=("$p"); done
- f=("${d[@]}" "${f[@]}"); ((${#f[@]}==0)) && f[0]="empty"
+ f=("${d[@]}" "${f[@]}"); ((${#f[@]}==0)) && f[0]=$'\e[27mempty'
}
f_print() {