Change summary
dot_config/private_fish/config.fish.tmpl | 2 ++
1 file changed, 2 insertions(+)
Detailed changes
@@ -51,6 +51,7 @@ 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"
+fish_add_path "$XDG_CACHE_HOME/.bun/bin"
# Additional preferences
{{ if eq .chezmoi.hostname "sidhe" }}
@@ -134,6 +135,7 @@ if status is-interactive
alias j="just"
alias k="klog"
alias ls="lsd"
+ alias loghtml="llm logs -ceu | mdas -h | grep '\.html\$' | xargs xdg-open"
scheme set tomorrow
starship init fish | source