chore: set color scheme and add go path

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

dot_config/private_fish/config.fish.tmpl 🔗

@@ -49,6 +49,7 @@ fish_add_path "$HOME/.radicle/bin"
 fish_add_path "$HOME/.local/bin"
 fish_add_path "/usr/lib/kf6"
 fish_add_path "/usr/lib/kf5"
+fish_add_path "/usr/local/go/bin"
 
 # Additional preferences
 {{ if eq .chezmoi.hostname "sidhe" }}
@@ -119,6 +120,7 @@ if status is-interactive
     alias k="klog"
     alias ls="lsd"
 
+	scheme set tomorrow
     starship init fish | source
     atuin init --disable-up-arrow fish | source
     enable_transience