mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 20:47:45 +01:00
nim and python: version multiplexer support added
This commit is contained in:
parent
7bed363ef2
commit
4ab061e59b
@ -309,3 +309,7 @@ autocmd BufEnter,FileType python set colorcolumn=80
|
||||
set background=dark
|
||||
colorscheme codedark
|
||||
highlight colorcolumn guibg=#772222
|
||||
|
||||
" python
|
||||
let g:python_host_prog = "/usr/bin/python2"
|
||||
let g:python3_host_prog = "/usr/bin/python3"
|
||||
|
5
.profile
5
.profile
@ -3,7 +3,10 @@
|
||||
|
||||
# Adds `~/.local/bin` and all subdirectories to $PATH
|
||||
export PATH="$PATH:$(du "${HOME}/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||
export PATH=/home/user/.nimble/bin:$PATH
|
||||
export PATH=${HOME}/.nimble/bin:$PATH
|
||||
export PATH=${HOME}/.pyenv/bin:$PATH
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
export BROWSER="icecat"
|
||||
export RTV_BROWSER="qutebrowser"
|
||||
|
Loading…
x
Reference in New Issue
Block a user