Commit Graph
21 Commits
Author SHA1 Message Date
valknar 134904ce2c chore: cleanup 2026-08-24 12:35:28 +02:00
valknar 730d01e1dd chore: add pnpm global bin path 2026-08-16 11:27:43 +02:00
valknar 7143cf24b0 fix(zshrc): p10k sourcing 2026-06-23 07:56:25 +02:00
valknarandClaude Sonnet 4.6 1bfea393da refactor: extend source_file with optional export mode for ~/.env
Add 'export' flag to source_file that wraps the source call in set -a/+a,
auto-exporting all variables to child processes. Use it for ~/.env instead
of a separate inline block.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 18:32:09 +02:00
valknarandClaude Sonnet 4.6 eeed7f3566 fix: source ~/.env with set -a so variables are exported to child processes
Variables set in ~/.env without explicit export were shell-local only —
child processes (scripts, subshells) never inherited them. Source it in
a dedicated section with set -a/set +a to auto-export everything.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 18:28:46 +02:00
valknarandClaude Sonnet 4.6 f38b15f550 feat: move scripts from ~/scripts to ~/bin and track in git
Drop .sh extension — scripts are now invocable directly as arty and stacks.
Remove redundant aliases from .zshrc since ~/bin is already in PATH.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 15:36:45 +02:00
valknar 8685ff0c51 feat: y function to preserve navigation from yazi 2026-06-21 18:50:36 +02:00
valknar 222191485a fix: conditional cat alias 2026-06-21 18:44:23 +02:00
valknar 01710cfcf0 feat: rust and more 2026-06-21 18:31:48 +02:00
valknar 0bce027dcb feat: bat to cat alias 2026-06-21 17:29:30 +02:00
valknar fc00dac666 chore: cleanup 2026-06-21 17:16:29 +02:00
valknar f192326d31 refactor: use ZSH_CUSTOM from .zshenv 2026-06-21 15:47:56 +02:00
valknar f9a883611b chore: cleanup 2026-06-20 16:01:08 +02:00
valknar 1343faf303 fix: stacks folder path 2026-06-20 02:12:25 +02:00
valknar 8134d649d8 chore: cleanup 2026-06-19 20:32:45 +02:00
valknar e42c80a59a fix: update fpath 2026-06-19 20:16:38 +02:00
valknar 5e72cffe47 chore: cleanup 2026-06-19 18:47:29 +02:00
valknarandClaude Sonnet 4.6 73feb5cb63 refactor: extract eval_expr helper and simplify eval_expressions loop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 18:29:35 +02:00
valknar db3bab3558 chore: cleanup 2026-06-19 18:18:04 +02:00
valknarandClaude Sonnet 4.6 7919cd5099 refactor: restructure .zshrc with array-driven init and add pyenv eval support
Replace ad-hoc conditional blocks with helper functions and arrays for PATH
extensions, sourced files, shell options, and a new eval_expressions array
that evals tool initializer output (starting with pyenv init -).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 17:24:15 +02:00
valknar 2601041008 chore: squash history 2026-06-17 19:30:07 +02:00