nothing major

This commit is contained in:
Paul Trowbridge 2021-05-15 00:01:49 -04:00
parent de074893b1
commit 59996a56c8
3 changed files with 15 additions and 9 deletions

18
.bashrc
View File

@ -121,15 +121,19 @@ PAGER="less"
LESS="-S" LESS="-S"
export IPTOKEN="6ac0a563fc06ab" export IPTOKEN="6ac0a563fc06ab"
export PG="psql -U ptrowbridge -d ubm -p 5432 -h 192.168.1.110" export PG="psql -U ptrowbridge -d ubm -p 5432 -h 192.168.1.110"
export PGD="psql -U ptrowbridge -d ubm -p 5434 -h 192.168.1.110"
export NVM_DIR="/home/pt/.nvm" export NVM_DIR="/home/pt/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
GOPATH=$HOME/go #GOPATH=$HOME/go
function _update_ps1() { #function _update_ps1() {
PS1="$($GOPATH/bin/powerline-go -error $?)" # PS1="$($GOPATH/bin/powerline-go -error $?)"
} #}
if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go" ]; then #if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go" ]; then
PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" # PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"
fi #fi
#deno
export DENO_INSTALL="/home/pt/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"

View File

@ -5,6 +5,8 @@ bind -r j select-pane -D # move down
bind -r k select-pane -U # move up bind -r k select-pane -U # move up
bind -r l select-pane -R # move right bind -r l select-pane -R # move right
set -g mouse on
#plugin manager for install tmux-resurrect #plugin manager for install tmux-resurrect
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-resurrect'

4
.vimrc
View File

@ -37,8 +37,8 @@ let g:netrw_winsize = 25
"----airline tabs for buffers------- "----airline tabs for buffers-------
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1
let g:airline_theme = 'dark' let g:airline_theme = 'dark'
let g:tmuxline_powerline_separators = 1 let g:tmuxline_powerline_separators = 0
let g:airline_powerline_fonts = 1 let g:airline_powerline_fonts = 0
let mapleader = ";" let mapleader = ";"
set showcmd set showcmd
map <Leader>a :bn<cr> map <Leader>a :bn<cr>