louisdh / openterm

OpenTerm, a sandboxed command line interface for iOS
Other
1.63k stars 249 forks source link

Clear or delete the history not working #101

Open ghost opened 6 years ago

ghost commented 6 years ago

rm ~/.bash_history

history -c

These here is not possible.

louisdh commented 6 years ago

OpenTerm stores the history in ~/.history, not ~/.bash_history. There currently is no history command in OpenTerm.