As easy as 1, 2, 3!
Updated:
- Aug, 08, 2022 update
configdocs for npm 8+ - Jul 27, 2021 add private scopes
- Jul 22, 2021 add dist tags
- Jun 20, 2021 update for
--access=public - Sep 07, 2020 update docs for
npm version
| " regular settings | |
| syntax on | |
| set si ai nu et | |
| set shiftwidth=4 | |
| set tabstop=4 | |
| set bs=2 | |
| colorscheme wombat | |
| set autochdir autoread autowrite | |
| set incsearch ignorecase smartcase |
| export EDITOR=vim | |
| source ~/git-completion.bash | |
| function parse_git_branch { | |
| git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' | |
| } | |
| function proml { | |
| local BLUE="\[\033[0;34m\]" |
| set incsearch | |
| set wildmenu | |
| set ruler | |
| set ignorecase | |
| set smartcase | |
| set noerrorbells | |
| set modeline | |
| set ls=2 | |
| set cursorline | |
| imap ii <Esc> |