merge confilct resolved
This commit is contained in:
parent
d145a5e905
commit
4351e39076
3
.aliases
3
.aliases
|
|
@ -34,3 +34,6 @@ alias gctls='gcloud compute tpus list'
|
|||
alias gctstart='gcloud compute tpus start'
|
||||
alias gctstop='gcloud compute tpus stop'
|
||||
alias code='code-oss'
|
||||
alias tf-docker='docker run --runtime=nvidia -it --rm -p 8888:8888 -v $PWD:/tf/local andrei/dev'
|
||||
alias conda-activate='source /opt/anaconda/bin/activate'
|
||||
alias conda-deactivete='source /opt/anaconda/bin/deactivate'
|
||||
|
|
|
|||
2
.vimrc
2
.vimrc
|
|
@ -30,6 +30,8 @@ call vundle#begin()
|
|||
|
||||
Plugin 'dylanaraps/fff.vim'
|
||||
|
||||
Plugin 'mattn/emmet-vim'
|
||||
|
||||
" All of your Plugins must be added before the following line
|
||||
call vundle#end() " required
|
||||
filetype plugin indent on " required
|
||||
|
|
|
|||
Loading…
Reference in New Issue