fish: update fishcognito function

This commit is contained in:
Charles Gould 2020-03-21 21:32:25 -05:00
parent 9eca2fbc02
commit 0961e5b123

View File

@ -1,3 +1,3 @@
function fishcognito --description "Start a new shell that won't save command history" function fishcognito --description "Start a new shell in private mode"
env fish_history='' fish fish --private
end end