commit 58ac932df02be4c234201eba5043f4ab85ab426c
parent 7cf054686fcbd7623f0ad2460db3aa8ea5c41ba0
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Sat, 3 Aug 2019 22:46:46 +0200
install.sh: universal-ctags
Former-commit-id: ea6e224ecf41b6b34fe7136ab3a1c5a2900217df
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/conf b/scripts/conf
@@ -44,7 +44,7 @@ use_files() {
lncommand "$DOTFILES/bin" "$HOME/.bin"
;;
"ctags")
- lncommand "$DOTFILES/ctags/ctags" "$HOME/.ctags"
+ lncommand "$DOTFILES/ctags.d" "$HOME/.ctags.d"
;;
"gdb")
lncommand "$DOTFILES/gdb/gdbinit" "$HOME/.gdbinit"