Fixing merge conflicts and stuff
This commit is contained in:
@@ -50,11 +50,15 @@ export HISTTIMEFORMAT="%F %T: "
|
||||
export HISTSIZE=1000
|
||||
export HISTFILESIZE=2000
|
||||
|
||||
# Prompt - make sure there is a terminal
|
||||
if [ -z $TERM ]; then
|
||||
if [ ! -z "$TERM" ]; then
|
||||
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\][\u@\h \W]\\$ \[$(tput sgr0)\]"
|
||||
fi
|
||||
|
||||
if [ ! -z "$VIRTUAL_ENV" ]; then
|
||||
#export PS1="[$(basename "$VIRTUAL_ENV")] \[\u@\h \W]\\$"
|
||||
export PS1="[$(basename "$VIRTUAL_ENV")] $PS1"
|
||||
fi
|
||||
|
||||
# fedoras stupid command-not-found shit
|
||||
unset command_not_found_handle
|
||||
|
||||
|
||||
@@ -6,3 +6,4 @@ let g:netrw_dirhist_3='/home/jon'
|
||||
let g:netrw_dirhist_4='/home/jon/dwm-6.1/.git'
|
||||
let g:netrw_dirhist_5='/etc/X11/xorg.conf.d'
|
||||
let g:netrw_dirhist_6='/home/jon/projects/asciidoc/template'
|
||||
let g:netrw_dirhist_7='/home/jon/projects/contract_management/app'
|
||||
|
||||
@@ -44,8 +44,6 @@ nnoremap <silent><expr> <Leader>h (&hls && v:hlsearch ? ':nohls' : ':set hls')."
|
||||
set showmatch
|
||||
set matchtime=2
|
||||
|
||||
" python-syntax
|
||||
let pythong_highlight_all = 1
|
||||
syntax on
|
||||
|
||||
set foldmethod=indent
|
||||
@@ -79,11 +77,7 @@ nnoremap <S-Tab> :bprev<CR>
|
||||
|
||||
nnoremap <space> za
|
||||
|
||||
" NERDTree, open/close toggle
|
||||
" map <C-n> :NERDTreeToggle<CR>
|
||||
|
||||
map <C-n> :NnnPicker<CR>
|
||||
|
||||
" Opens the nnn window in a split
|
||||
let g:nnn#layout = { 'left': '~30%' } " or right, up, down
|
||||
|
||||
@@ -97,17 +91,14 @@ call plug#begin('~/.vim/plugged') " vim-plug
|
||||
|
||||
Plug 'VundleVim/Vundle.vim'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
"Plug 'scrooloose/nerdtree'
|
||||
Plug 'tmhedberg/SimpylFold'
|
||||
Plug 'vim-scripts/indentpython.vim'
|
||||
Plug 'scrooloose/syntastic'
|
||||
Plug 'nvie/vim-flake8' " PEP 8 checking plugin
|
||||
Plug 'itchyny/lightline.vim'
|
||||
Plug 'taohexxx/lightline-buffer'
|
||||
"Plug 'klen/python-mode'
|
||||
Plug 'davidhalter/jedi-vim'
|
||||
Plug 'tpope/vim-surround'
|
||||
"Plug 'ap/vim-buftabline'
|
||||
Plug 'wellle/targets.vim'
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
URxvt*scrollBar: false
|
||||
URxvt.font: xft:Terminus:size=14:antialias=true
|
||||
!URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
||||
URxvt*transparent: true
|
||||
URxvt*shading: 10
|
||||
!URxvt*transparent: true
|
||||
!URxvt*shading: 10
|
||||
|
||||
URxvt*perl-ext-common: default,matcher
|
||||
URxvt*matcher.button: 1
|
||||
|
||||
Reference in New Issue
Block a user