Merge branch 'master' of uruba.mba:uruba/.dots

This commit is contained in:
Václav Uruba 2022-10-17 10:36:24 +02:00
commit 4fd2d3a554
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C
2 changed files with 5 additions and 1 deletions

View File

@ -197,6 +197,8 @@ nnoremap <C-k> :tabnext<CR>
" Clipboard
vmap <Leader-C> "+y
set clipboard+=unnamedplus
" NERDTree
autocmd StdinReadPre * let s:std_in=1
"autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif

View File

@ -3,6 +3,8 @@ path+=("${HOME}/.local/bin")
path+=("$(go env GOPATH)/bin")
export PATH
export GPG_TTY=$(tty)
source ~/.config/.env
# source system specific environment variables
if [[ -f ~/.config/.system.env ]]; then
@ -13,4 +15,4 @@ if [[ -f ~/.config/.nnn.env ]]; then
source ~/.config/.nnn.env
fi
source "$HOME/.cargo/env"
#source "$HOME/.cargo/env"