4 lines
120 B
Fish
4 lines
120 B
Fish
function fishcognito --description "Start a new shell that won't save command history"
|
|
env fish_history='' fish
|
|
end
|