Merge branch 'master' of uruba.mba:uruba/.dots
This commit is contained in:
commit
4fd2d3a554
@ -197,6 +197,8 @@ nnoremap <C-k> :tabnext<CR>
|
|||||||
" Clipboard
|
" Clipboard
|
||||||
vmap <Leader-C> "+y
|
vmap <Leader-C> "+y
|
||||||
|
|
||||||
|
set clipboard+=unnamedplus
|
||||||
|
|
||||||
" NERDTree
|
" NERDTree
|
||||||
autocmd StdinReadPre * let s:std_in=1
|
autocmd StdinReadPre * let s:std_in=1
|
||||||
"autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
|
"autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
|
||||||
|
|||||||
@ -3,6 +3,8 @@ path+=("${HOME}/.local/bin")
|
|||||||
path+=("$(go env GOPATH)/bin")
|
path+=("$(go env GOPATH)/bin")
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
source ~/.config/.env
|
source ~/.config/.env
|
||||||
# source system specific environment variables
|
# source system specific environment variables
|
||||||
if [[ -f ~/.config/.system.env ]]; then
|
if [[ -f ~/.config/.system.env ]]; then
|
||||||
@ -13,4 +15,4 @@ if [[ -f ~/.config/.nnn.env ]]; then
|
|||||||
source ~/.config/.nnn.env
|
source ~/.config/.nnn.env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source "$HOME/.cargo/env"
|
#source "$HOME/.cargo/env"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user