From 59996a56c8afa948f9b439643fe9187b5260471d Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 15 May 2021 00:01:49 -0400 Subject: [PATCH] nothing major --- .bashrc | 18 +++++++++++------- .tmux.conf | 2 ++ .vimrc | 4 ++-- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.bashrc b/.bashrc index 4fdea88..d7484a5 100644 --- a/.bashrc +++ b/.bashrc @@ -121,15 +121,19 @@ PAGER="less" LESS="-S" export IPTOKEN="6ac0a563fc06ab" 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" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm -GOPATH=$HOME/go -function _update_ps1() { - PS1="$($GOPATH/bin/powerline-go -error $?)" -} -if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go" ]; then - PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" -fi +#GOPATH=$HOME/go +#function _update_ps1() { +# PS1="$($GOPATH/bin/powerline-go -error $?)" +#} +#if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go" ]; then +# PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" +#fi +#deno +export DENO_INSTALL="/home/pt/.deno" +export PATH="$DENO_INSTALL/bin:$PATH" diff --git a/.tmux.conf b/.tmux.conf index ab92bbc..800a9e7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,6 +5,8 @@ bind -r j select-pane -D # move down bind -r k select-pane -U # move up bind -r l select-pane -R # move right +set -g mouse on + #plugin manager for install tmux-resurrect set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' diff --git a/.vimrc b/.vimrc index f3924f3..e3f5590 100644 --- a/.vimrc +++ b/.vimrc @@ -37,8 +37,8 @@ let g:netrw_winsize = 25 "----airline tabs for buffers------- let g:airline#extensions#tabline#enabled = 1 let g:airline_theme = 'dark' -let g:tmuxline_powerline_separators = 1 -let g:airline_powerline_fonts = 1 +let g:tmuxline_powerline_separators = 0 +let g:airline_powerline_fonts = 0 let mapleader = ";" set showcmd map a :bn