# bugstyle it's a fish shell prompt. you have to do it bug style. you can install it using fisher... is what i would say if you could use fisher to install things from non-github repositories. not the case here, this is on tangled. you _can_ just take the fish_prompt.fish file and put it in `~/.config/fish/functions` for now. you need to `set fish_transient_prompt 1` for the transient prompt feature to work. this only exists on fish>=4.1.0 ``` ~/c/bugstyle.fish → ls README.md functions/ ~/c/bugstyle.fish → pwd /Users/meri/code/bugstyle.fish ~/c/bugstyle.fish → sh -c "exit 1" ~/code/bugstyle.fish [1] → █ ```