initial import
This commit is contained in:
parent
f8b4ed3351
commit
a8b69a8db2
35 changed files with 11590 additions and 0 deletions
16
home/bashrc
Normal file
16
home/bashrc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
PATH=$PATH:$HOME/.local/bin:$HOME/bin
|
||||
QUOTING_STYLE=literal
|
||||
BC_ENV_ARGS="-l -q"
|
||||
export PATH QUOTING_STYLE BC_ENV_ARGS
|
||||
|
||||
alias vi="vim"
|
||||
unset SSH_ASKPASS
|
||||
|
||||
HISTCONTROL="ignoredups"
|
||||
HISTTIMEFORMAT='%Y-%m-%d %H:%M '
|
||||
HISTSIZE=1000
|
||||
HISTFILESIZE=2000
|
||||
|
||||
shopt -s cmdhist histappend
|
||||
shopt -s checkwinsize
|
||||
Loading…
Add table
Add a link
Reference in a new issue