feat(zsh): replace aliases with zsh-abbr, fix SSH signing, add deno#85
Merged
feat(zsh): replace aliases with zsh-abbr, fix SSH signing, add deno#85
Conversation
- Migrate git/editor/tool shortcuts from aliases to zsh-abbr session abbreviations for better shell history readability - Keep command substitutions (ls→eza, cat→bat) and safe defaults as aliases - Remove git compdef entries (unnecessary with abbr) - Add 1Password SSH agent config (agent.toml, IdentityAgent in SSH config) - Generate personal ed25519 signing key in 1Password Dotfiles vault - Add deno to devbox global packages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The Nix installer bundled with v0.11.0 (DeterminateSystems/nix-installer-action@10) fails with "TypeError: Invalid URL". v0.14.0 bumps it to @19 which resolves the issue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aliastozsh-abbrsession abbreviations for better shell history readabilityagent.toml+IdentityAgentin SSH config) and generate personal ed25519 signing keydeno@latestto devbox global packagesChanges
plugins.zsholets/zsh-abbrvia zinit + define abbreviations inatloadaliases.zshoptions.zshconfig.tmpl(SSH)IdentityAgentfor 1Password SSH agent (macOS)agent.tomldevbox.jsondeno@latestTest plan
gs+ Enter → expands togit status -sbhistory | tail -1showsgit status -sb(notgs)lsstill uses eza with icons (alias unchanged)git commitsucceeds with SSH signaturedeno --versionworks afterdevbox global install🤖 Generated with Claude Code