chore: remove echo
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Successful in 1m4s
Build containers / dependent-images (go) (push) Successful in 43s
Build containers / dependent-images (infra) (push) Successful in 1m14s

This commit is contained in:
Job
2025-12-28 11:20:05 +01:00
parent 0d3d5d5b36
commit 54f5c44c1d

View File

@@ -10,7 +10,7 @@ export EDITOR=nvim \
# === aliases and functions ===
alias vi=nvim
post() { curl -sF "content=<-" "https://paste.plabble.org/$2?lang=$1" && echo; }
post() { curl -sF "content=<-" "https://paste.plabble.org/$2?lang=$1" }
eval "$(zoxide init --cmd cd bash)"
eval "$(fzf --bash)"