bat sucks
This commit is contained in:
parent
52b04aca9c
commit
4ba5a7b2f3
@ -38,7 +38,7 @@ fi
|
||||
# merge session history into main history file on bash exit
|
||||
merge_session_history () {
|
||||
if [ -e ${HISTFILE}.$$ ]; then
|
||||
cat ${HISTFILE}.$$ >> $HISTFILE
|
||||
\cat ${HISTFILE}.$$ >> $HISTFILE
|
||||
\rm ${HISTFILE}.$$
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user