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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EDITOR=/usr/bin/vim.basic
|
#EDITOR=/usr/bin/vim.basic
|
||||||
|
export EDITOR=vim
|
||||||
|
export VISUAL=vim
|
||||||
PAGER="less"
|
PAGER="less"
|
||||||
LESS="-S"
|
LESS="-S"
|
||||||
export PSQL_PAGER="pspg"
|
export PSQL_PAGER="pspg"
|
||||||
|
|
||||||
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
|
#if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
|
||||||
GIT_PROMPT_ONLY_IN_REPO=1
|
# GIT_PROMPT_ONLY_IN_REPO=1
|
||||||
source $HOME/.bash-git-prompt/gitprompt.sh
|
# source $HOME/.bash-git-prompt/gitprompt.sh
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
bind 'set bell-style none'
|
bind 'set bell-style none'
|
||||||
|
|
||||||
|
@ -20,5 +20,7 @@
|
|||||||
directory = /var/www/html/resume
|
directory = /var/www/html/resume
|
||||||
directory = /opt/forecast_api/
|
directory = /opt/forecast_api/
|
||||||
directory = /opt/forecast_api
|
directory = /opt/forecast_api
|
||||||
|
directory = /storage/emulated/0/Documents/journal
|
||||||
|
directory = /storage/emulated/0/Documents/hc_notes
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
2
.vimrc
2
.vimrc
@ -26,7 +26,7 @@ let NERDTreeShowHidden=1
|
|||||||
set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
|
set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set nowrap
|
set nowrap
|
||||||
colorscheme darkblue
|
colorscheme default
|
||||||
syntax on
|
syntax on
|
||||||
set splitright
|
set splitright
|
||||||
set splitbelow
|
set splitbelow
|
||||||
|
Loading…
Reference in New Issue
Block a user