Skip to content

Commit 3b70e81

Browse files
committed
fix shellcheck errors. and update git completion
1 parent 0291125 commit 3b70e81

File tree

5 files changed

+473
-108
lines changed

5 files changed

+473
-108
lines changed

.functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cdf() { # short for cdfinder
2020
# Use `which` along with symlink resolving
2121
whichlink() {
2222
# This dopeass conditional stolen from sheerun's dotfiles
23-
$(type -p greadlink readlink | head -1) -f $(which $@)
23+
$(type -p greadlink readlink | head -1) -f $(which "$@")
2424
}
2525

2626

0 commit comments

Comments
 (0)