midify for termux

This commit is contained in:
Paul Trowbridge 2023-05-08 10:34:10 -04:00
parent 680ea33e1c
commit 4e9e21aa93
3 changed files with 10 additions and 6 deletions

12
.bashrc
View File

@ -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'

View File

@ -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

2
.vimrc
View File

@ -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