Show full path with fish prompt

So I’m trying to customize my cachyos-config.fish to show the full path in the prompt where it shows this > :

Where it shows > I want it to show the working directory. I’ve tried editing the cachyos-config.fish file but all I can get to work is it showing the directory above the prompt.

This is not what I’m trying to achieve. I am very new to Linux in general and have tried searching for a solution on google and here on the forum.

Here is my cachyos-config.fish: cachy fish config - Pastebin.com

" Our first prompt" is an working example.

Please don’t edit the cachyos-config.fish that resides in /usr/share

Please instead use ~/.config/fish/config.fish and allow it to source /usr/share/cachyos-fish-config/cachyos-config.fish

In terminal type fish_config should get you started at some predefined prompt variations.

Root-level configs are in /usr these are vendor-supplied defaults. On a system update, those files may be replaced by new package versions.

User-level configs are in ~/.config run under your user account, reducing scope for accidental system-wide damage.