-
|
In my config.fish I added some fish startup commands (neofetch, fish_greeting...). Is there a way to open the side terminal without all the "init" commands (or only some of them)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In config.fish, put all your interactive changes that print stuff under Explanation for why this works and is necessary can be found in Related: #182. |
Beta Was this translation helpful? Give feedback.

In config.fish, put all your interactive changes that print stuff under
status is-interactive || exitExplanation for why this works and is necessary can be found in Related: #182.