diff --git a/.bashrc b/.bashrc index 104a6b3..1756cdb 100644 --- a/.bashrc +++ b/.bashrc @@ -116,8 +116,8 @@ if ! shopt -oq posix; then fi fi -source /home/pt/.config/broot/launcher/bash/br EDITOR=/usr/bin/vim.basic +PAGER="less -S" export IPTOKEN="6ac0a563fc06ab" export PG="psql -U ptrowbridge -d ubm -p 5030 -h usmidlnx01" export NVM_DIR="/home/pt/.nvm" diff --git a/.vimrc b/.vimrc index b34f194..089cda1 100644 --- a/.vimrc +++ b/.vimrc @@ -10,6 +10,7 @@ Plugin 'vim-airline/vim-airline' Plugin 'scrooloose/nerdtree' Plugin 'tpope/vim-fugitive' Plugin 'edkolev/tmuxline.vim' +Plugin 'vim-airline/vim-airline-themes' "Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'} " All of your Plugins must be added before the following line call vundle#end() " required @@ -23,6 +24,9 @@ let NERDTreeShowHidden=1 set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab colorscheme desert syntax on +set splitright +set splitbelow +set number let g:tmuxline_powerline_separators = 0 "---------explorer------ let g:netrw_banner = 0