aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/cf.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/cf.bash')
-rw-r--r--bash/bashrc.d/cf.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/cf.bash b/bash/bashrc.d/cf.bash
index 4109fb18..d006c680 100644
--- a/bash/bashrc.d/cf.bash
+++ b/bash/bashrc.d/cf.bash
@@ -24,7 +24,7 @@ cf() {
(
shopt -s dotglob nullglob
declare -a files=("$dirname"/*)
- printf '%d\t%s\n' "${#files[@]}" "$dirname"
+ printf '%u\t%s\n' "${#files[@]}" "$dirname"
)
}
complete -A directory cf