gcfg and nvm stuff!
This commit is contained in:
parent
7df3d4bb22
commit
a6b0f6fe67
2
vimrc
2
vimrc
@ -22,6 +22,8 @@ set smartcase
|
||||
set tabstop=4
|
||||
set textwidth=67
|
||||
|
||||
au BufRead,BufNewFile *.gcfg setfiletype gitconfig
|
||||
|
||||
map ,t :w<CR>
|
||||
map ,- :nohl<CR>
|
||||
map ,w :%s/ *$//<CR>
|
||||
|
1
zshrc
1
zshrc
@ -155,6 +155,7 @@ __maybesource ~/.travis/travis.sh
|
||||
__maybesource ~/google-cloud-sdk/path.zsh.inc
|
||||
__maybesource ~/google-cloud-sdk/completion.zsh.inc
|
||||
__maybesource /usr/share/nvm/init-nvm.sh
|
||||
__maybesource /usr/local/opt/nvm/nvm.sh
|
||||
__maybesource ~/.kiex/scripts/kiex
|
||||
|
||||
if [[ -f ~/perl5/lib/perl5/local/lib.pm ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user