From 19c0190106c25190cc937d55948a216c6e6f5f8d Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 7 Jun 2015 18:04:47 -0600 Subject: [PATCH] added npm completion --- bashrc | 1 + 1 file changed, 1 insertion(+) 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'