You are not logged in.
So this has been an issue for quite some time now and after searching through the web I didn't find anything useful.
The terminal shell I'm using, fish, has a startup message by natural. Long story short, I installed ohmyfish to get some themes going and the startup message changed. It gives me info about my system which are pretty much useless and annoying to look at whenever I launch a terminal. Screenshot of info/startup text. I was told to create a
.hushloginfile which, didn't do the trick either. Does anyone know a way to permanently remove/disable this message?
Last edited by Freakzz (2021-07-09 14:55:04)
Suffering from crippling rice addiction.
Offline
The first line looks like the output from `uname -s -n -r -m` and the second from `w`. If you had put those command into your fish rc file, you'd be aware of it, so the output likely comes from ohmyfish. Configure ohmyfish to you liking or preferably uninstall it and learn to set up your shell.
Offline
That message is usually controlled by the function fish_greeting
But: by default this message reads something like "welcome to fish…", so it's likely modified by oh-my-fish. You'd probably still have luck setting it to an empty function in your config file.
Last edited by plg (2021-06-03 14:06:34)
Offline
That message is usually controlled by the function fish_greeting
But: by default this message reads something like "welcome to fish…", so it's likely modified by oh-my-fish. You'd probably still have luck setting it to an empty function in your config file.
EDIT: DISREGARD THIS COMMENT
There was nothing I could find that had these kind of commands in any kind of config file or whatever. I looked throught every file I could think of.
Last edited by Freakzz (2021-07-02 20:59:01)
Suffering from crippling rice addiction.
Offline
Use a paste service to post all the relevant files.
Offline
Offline
Turns out all I had to do was change my fish_greeting function to something else. I know it was stupid to create a post for that but it's fixed now, at least.
Suffering from crippling rice addiction.
Offline