Skip to content

Draft: Add setup script for fish

Aitik Gupta requested to merge aitikgupta/pitivi:fish-setup into master

Fish doesn't have a "PS1" environment variable which we can just change.
If a user has a user-defined fish prompt it will be located at ~/.config/fish/functions/fish_prompt.fish

  1. Either modify the user-defined prompt if there is one
  2. Or create a simple bash-like prompt

First essentially looks like (I have a user-defined prompt): Screenshot_from_2021-01-08_08-34-38

Second looks like (If a user does not have a user-defined prompt): Screenshot_from_2021-01-08_08-37-17

Edited by Aitik Gupta

Merge request reports