diff --git a/vim/vimrc b/vim/vimrc index aee7ba5..5e32c77 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -20,6 +20,8 @@ set list set listchars=tab:→\ ,eol:¬,trail:⋅,extends:❯,precedes:❮ set showbreak=↪ +let mapleader="\" + if has('nvim') set inccommand=split @@ -45,6 +47,10 @@ Plug 'tpope/vim-fugitive' Plug 'mhinz/vim-signify' Plug 'tpope/vim-commentary' Plug 'elmcast/elm-vim' +" +"https://github.com/baverman/vial-http/blob/master/doc/tutorial.rst +Plug 'baverman/vial' +Plug 'baverman/vial-http' call plug#end() diff --git a/zsh/zshrc b/zsh/zshrc index c8efc8c..3b5e5f5 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -47,7 +47,8 @@ antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-completions antigen bundle asdf -antigen theme romkatv/powerlevel10k powerlevel10k +antigen theme denysdovhan/spaceship-prompt +# antigen theme romkatv/powerlevel10k powerlevel10k antigen apply @@ -100,6 +101,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1 alias 'onedrive-journal'="journalctl --user-unit onedrive -f" alias exa="exa -l --git" +alias 'gld'='git log --graph --decorate' # pip 10.0.1 zsh completion start function _pip_completion {