You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first time issue poster here. First off, thanks for developing fish. It's awesome!
I've recently discovered private mode, and it looks very useful for screencasts with asciinema. However, when I start a recording with asciinema rec -c 'fish --private' the private mode prints the message:
.
fish is running in private mode, history will not be persisted.
The first line is a bug when the greeting message is empty. This is handled correctly in
set-l line (_"fish is running in private mode, history will not be persisted.")
set-g fish_greeting $fish_greeting.\n$line
end
But the reason I'm posting this issue is that I would like an option to remove the private mode message altogether, so that it doesn't show up in a screencast. Perhaps something like mechanism for the normal greeting message, http://fishshell.com/docs/current/faq.html#faq-greeting?
Hi, first time issue poster here. First off, thanks for developing fish. It's awesome!
I've recently discovered private mode, and it looks very useful for screencasts with asciinema. However, when I start a recording with
asciinema rec -c 'fish --private'the private mode prints the message:The first line is a bug when the greeting message is empty. This is handled correctly in
fish-shell/share/functions/__fish_config_interactive.fish
Lines 126 to 135 in d242ff1
but not in
fish-shell/share/functions/__fish_config_interactive.fish
Lines 33 to 36 in d242ff1
But the reason I'm posting this issue is that I would like an option to remove the private mode message altogether, so that it doesn't show up in a screencast. Perhaps something like mechanism for the normal greeting message, http://fishshell.com/docs/current/faq.html#faq-greeting?
Btw, I'm running fish 3.0.2 on macOS 10.14.