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:
|
||||
s+=b"#"
|
||||
s+=command[b"time"]
|
||||
s+=b"\n"
|
||||
s+=b"\nobi "
|
||||
s+=command[b"command"]
|
||||
s+=b"\n"
|
||||
return s
|
||||
|
Reference in New Issue
Block a user