Commit Graph
25 Commits
Author SHA1 Message Date
Jeffrey ed5365859c fix(zshenv): put ~/.local/bin on PATH for every zsh
Non-interactive agent shells (Codex, Claude) skip .zshrc and never saw
user-local tools installed via pipx/uv/grok. Add ~/.local/bin in
.zshenv with an idempotent guard, and source optional
~/.config/zshenv.local for machine-local early env.
2026-08-06 14:25:52 +08:00
Jeffrey f2695ca431 fix(zshrc): safer trash rm wrapper; drop personal install fragment
Keep ~/.zshrc upgrade-friendly by not shipping author-specific
plugin samples as patch targets. Prefer the flag-tolerant trash
function over bare aliases so common rm -f usage still works.
2026-08-05 16:53:25 +08:00
Yuhao QingandCursor 12108ca3e4 fix(shell): guard brew shellenv against TCC and keep eza aliases
.zshenv runs brew shellenv for every zsh, including non-interactive and
GUI-launched shells; without a safe CWD the eval fails or triggers a
permission prompt when launched from a TCC-protected directory such as
~/Documents. Run it from /tmp.

The eza `l` alias (and the myip/e/ip/a/aa group) was defined before
oh-my-zsh loaded, so lib/directories.zsh overrode `l` back to ls. Move
the alias block after the oh-my-zsh source so the eza versions win.

Also document the ~/.config/zshrc personal-config mechanism and patch.sh
in the README, which previously only had a title.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-03 02:22:18 +08:00
Frank Qing bf1f1c0cbb Upgrade easyzsh 2025-05-28 01:26:30 +08:00
JGill 1342762df8 Pushing ezsh RC 2021-10-06 12:13:31 +05:30
JGill 9db9da1bb3 Renaming to ez.sh 2021-09-26 12:13:44 +05:30
JGill 6633e8a39d Added 'geoip' 'corona' info 2020-03-30 17:45:52 +10:30
JGill 36655a87b2 Updated Readme.md 2020-02-06 16:05:34 +10:30
JGill 83a9c39e34 Updated readme 2020-01-25 16:37:21 +10:30
JGill 9dc22b3ec3 Added more aliases, speedtest, dict etc 2019-08-21 17:04:58 +09:30
JGill caf323b254 Updated asciinema link 2019-02-05 15:56:15 +10:30
Joty 6772c6652c Show stats 2018-08-04 19:00:28 +09:30
Joty f01eb0c27c Command prompt image 2018-08-04 18:55:18 +09:30
Joty 96516a3b13 README update 2018-08-04 15:21:47 +09:30
Joty cb2c76ad29 Nerd Fonts Rock (^・o・^)ノ” 2018-08-04 15:18:12 +09:30
Joty 8a7e90f16a Update README 2018-08-02 13:04:35 +09:30
Joty 78fffa02c6 Added cheat.sh (^・o・^)ノ” 2018-07-26 14:47:06 +09:30
Joty b6ddf198ce Level up! (^・o・^)ノ” 2018-07-26 14:06:14 +09:30
Joty 37b7ab009e README update 2018-07-26 11:30:54 +09:30
Joty 4c4f3f393f Look for python and python3 2018-04-28 12:38:04 +09:30
Joty ce8e97a277 Commit committed .. 2018-04-27 17:26:33 +09:30
Joty 247e4c652e Added fzf 2018-04-23 02:14:26 +09:30
Joty 4d96fc7222 More plugins, cleaned 2018-04-19 17:31:39 +09:30
Joty 98aa3893ef Getting there 2018-04-14 12:22:49 +09:30
Joty 030ba6553d init 2018-04-14 00:08:57 +09:30