From 4e9e21aa938c61b767829256c5a97f1395a7188b Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 8 May 2023 10:34:10 -0400 Subject: [PATCH] midify for termux --- .bashrc | 12 +++++++----- .gitconfig | 2 ++ .vimrc | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.bashrc b/.bashrc index 731cb95..09e5e9d 100644 --- a/.bashrc +++ b/.bashrc @@ -132,15 +132,17 @@ if ! shopt -oq posix; then fi fi -EDITOR=/usr/bin/vim.basic +#EDITOR=/usr/bin/vim.basic +export EDITOR=vim +export VISUAL=vim PAGER="less" LESS="-S" export PSQL_PAGER="pspg" -if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then - GIT_PROMPT_ONLY_IN_REPO=1 - source $HOME/.bash-git-prompt/gitprompt.sh -fi +#if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then +# GIT_PROMPT_ONLY_IN_REPO=1 +# source $HOME/.bash-git-prompt/gitprompt.sh +#fi bind 'set bell-style none' diff --git a/.gitconfig b/.gitconfig index 6df2e20..2de4543 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,5 +20,7 @@ directory = /var/www/html/resume directory = /opt/forecast_api/ directory = /opt/forecast_api + directory = /storage/emulated/0/Documents/journal + directory = /storage/emulated/0/Documents/hc_notes [pull] rebase = false diff --git a/.vimrc b/.vimrc index 782b97f..ad6ec89 100644 --- a/.vimrc +++ b/.vimrc @@ -26,7 +26,7 @@ let NERDTreeShowHidden=1 set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab set mouse=a set nowrap -colorscheme darkblue +colorscheme default syntax on set splitright set splitbelow