Skip to content

Commit 6ea8642

Browse files
committed
more verbose
Signed-off-by: Tin Lai <[email protected]>
1 parent 80e4d62 commit 6ea8642

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libexec/shsh-_link-completions

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if [ -n "${ZSH_COMPLETIONS:=}" ]; then
3737
fi
3838

3939
link_fish_completion_file() {
40+
echo_if_verbose ">> Canidate: $1"
4041
src="$1"
4142
target="$SHSH_PREFIX/completions/fish/"
4243
mkdir -p "$target"

libexec/shsh-_link-man

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ echo_if_verbose "> Starting to link man..."
1212
link_mans() {
1313
file="$1"
1414
is_file_or_link "$file" || return 0
15+
echo_if_verbose ">> Canidate: $file"
1516

1617
case "$file" in
1718
*.[1-9])

0 commit comments

Comments
 (0)