wip/bash
This commit is contained in:
parent
52e7cf8f9c
commit
b73663cf4b
3 changed files with 10 additions and 10 deletions
|
@ -1,3 +1,13 @@
|
|||
HISTCONTROL="ignorespace"
|
||||
|
||||
HISTSIZE=-1
|
||||
|
||||
HISTTIMEFORMAT="%Y%m%d %H%M%S "
|
||||
file="/usr/share/bash-completion/bash_completion"
|
||||
|
||||
if [ -f "${file}" ]; then
|
||||
. "${file}"
|
||||
fi
|
||||
ps1() {
|
||||
local date host
|
||||
local code="${1}"
|
|
@ -1,5 +0,0 @@
|
|||
file="/usr/share/bash-completion/bash_completion"
|
||||
|
||||
if [ -f "${file}" ]; then
|
||||
. "${file}"
|
||||
fi
|
|
@ -1,5 +0,0 @@
|
|||
HISTCONTROL="ignorespace"
|
||||
|
||||
HISTSIZE=-1
|
||||
|
||||
HISTTIMEFORMAT="%Y%m%d %H%M%S "
|
Loading…
Reference in a new issue