midify for termux
This commit is contained in:
parent
680ea33e1c
commit
4e9e21aa93
12
.bashrc
12
.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'
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user