mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
Compare commits
No commits in common. "d3c18bc1c0ed587799dd11fb3a1bdd9401f8c4b3" and "12978e9561c57b635ba771dfd47288c8527bff4f" have entirely different histories.
d3c18bc1c0
...
12978e9561
2 changed files with 0 additions and 3 deletions
|
@ -14,7 +14,6 @@ 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()
|
||||
"""
|
||||
|
||||
|
@ -58,7 +57,6 @@ set ruler
|
|||
set showmatch
|
||||
set smarttab
|
||||
set ts=2 sw=2 sts=2 expandtab
|
||||
let g:NERDSpaceDelims=1
|
||||
|
||||
let mapleader=","
|
||||
if has("autocmd")
|
||||
|
|
|
@ -15,7 +15,6 @@ 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