Re: [Fish-users] how do I delete the fish shell history ?

2017-08-09 Thread Kurtis Rader
On Wed, Aug 9, 2017 at 2:45 PM, Robert Carpenter wrote: > history clear > > sounds to me like it would do the trick based on this: > > https://fishshell.com/docs/current/commands.html#history > > > • clear clears the history file. A prompt is displayed before the > history

Re: [Fish-users] how do I delete the fish shell history ?

2017-08-09 Thread Robert Carpenter
history clear sounds to me like it would do the trick based on this: https://fishshell.com/docs/current/commands.html#history > • clear clears the history file. A prompt is displayed before the history is > erased asking you to confirm you really want to clear all history unless > builtin

Re: [Fish-users] how do I delete the fish shell history ?

2017-08-09 Thread Kurtis Rader
On Wed, Aug 9, 2017 at 2:42 PM, Luis Manuel Sánchez < luissanchez...@gmail.com> wrote: > Would like to reset the history. > If you want to selectively delete some items there is the `history delete` command. Note that fish imports your bash history file if it is empty. So if you really want an