mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
Compare commits
5 commits
12978e9561
...
d3c18bc1c0
Author | SHA1 | Date | |
---|---|---|---|
d3c18bc1c0 | |||
b7a835dbec | |||
422a77a13b | |||
b964d6a3ff | |||
99474e6792 |
2 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
|||
call plug#begin()
|
||||
Plug 'fatih/vim-go'
|
||||
Plug 'bronson/vim-trailing-whitespace'
|
||||
Plug 'preservim/nerdcommenter'
|
||||
call plug#end()
|
||||
"""
|
||||
|
||||
|
@ -57,6 +58,7 @@ set ruler
|
|||
set showmatch
|
||||
set smarttab
|
||||
set ts=2 sw=2 sts=2 expandtab
|
||||
let g:NERDSpaceDelims=1
|
||||
|
||||
let mapleader=","
|
||||
if has("autocmd")
|
||||
|
|
|
@ -15,6 +15,7 @@ alias sshpass="ssh -o PubkeyAuthentication=no"
|
|||
alias scppass="scp -o PubkeyAuthentication=no"
|
||||
alias k="kubectl"
|
||||
alias ll="ls -la"
|
||||
alias ccat='egrep -v "^\s*(#|$)"'
|
||||
|
||||
# Import local prefs from ~/.zshlocal, if present
|
||||
if [ -f $HOME/.zshlocal ]; then
|
||||
|
|
Loading…
Reference in a new issue