diff --git a/bashrc b/bashrc index a99f347..516d680 100644 --- a/bashrc +++ b/bashrc @@ -17,6 +17,7 @@ fi # Put your fun stuff here. #source /etc/profile.d/bash-completion.sh source ~/todo.txt-cli/todo_completion +source ~/bin/npm_completion #pacman aliases alias pacupg='sudo pacman -Syu' alias pacins='sudo pacman -U'