Skip to content

Commit

Permalink
add .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kn1cht committed Sep 25, 2017
1 parent 336bdaa commit a0e7324
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
alias vv="g++ --std=c++11 -O2 -Wall"
alias ls='ls -Ga'
alias grep='grep -E --color=auto'
alias mkdir='mkdir -p'
export PATH=/opt/local/bin:/opt/local/sbin:$PATH

Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=http://registry.npmjs.org/
strict-ssl=false
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ setopt extended_glob
alias vv="g++ --std=c++11 -O2 -Wall"
alias vi="vim"
alias ls='ls -Ga'
alias grep='grep -E --color=auto'
alias mkdir='mkdir -p'
alias sudo='sudo '
alias rot13='tr A-Za-z N-ZA-Mn-za-m'
Expand Down
11 changes: 0 additions & 11 deletions setup.sh

This file was deleted.

0 comments on commit a0e7324

Please sign in to comment.