Skip to content

Commit

Permalink
Merge pull request #44 from herzrasen/added-catalog-info
Browse files Browse the repository at this point in the history
added spec section
  • Loading branch information
herzrasen authored Feb 4, 2025
2 parents 8a777b3 + eecae36 commit b5b5fbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ metadata:
github.com/project-slug: herzrasen/hist
tags:
- go
spec:
type: service
owner: group:herzrasen
lifecycle: production
4 changes: 3 additions & 1 deletion shell/hist.fish
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ function hist_down
end
if test $hist_counter -gt 0
set -g hist_counter (math $hist_counter - 1)
commandline -r (hist get --index $hist_counter)
else
commandline -r ""
end
commandline -r (hist get --index $hist_counter)
end

function hist_enter
Expand Down

0 comments on commit b5b5fbe

Please sign in to comment.