History: added 'obi' in bash history for practical reasons
This commit is contained in:
@ -259,7 +259,7 @@ cdef class DMS(OBIWrapper):
|
|||||||
for command in self.command_line_history:
|
for command in self.command_line_history:
|
||||||
s+=b"#"
|
s+=b"#"
|
||||||
s+=command[b"time"]
|
s+=command[b"time"]
|
||||||
s+=b"\n"
|
s+=b"\nobi "
|
||||||
s+=command[b"command"]
|
s+=command[b"command"]
|
||||||
s+=b"\n"
|
s+=b"\n"
|
||||||
return s
|
return s
|
||||||
|
Reference in New Issue
Block a user