Releases: otype/shell
Releases · otype/shell
v1.5
v1.4 - Zsh config cleanup & new plugins
What's Changed
Bug Fixes
zshenv: Remove duplicatecargo/envsourcing (already handled byzshenv-cargo)zshenv-asdf: Remove duplicatecompinitcall; single authoritative call now lives inzshrczshrc: Movecompinitto aftersource $ZSH/oh-my-zsh.shso allfpathadditions are in place firstzprofile: RemoveHISTFILESIZE— bash-only variable, silently ignored by zshzshenv-android: Fix tilde in double-quoted string ("~/..."→"$HOME/..."); prepend tools to PATHzshenv-rbenv: Remove EOL Ruby 2.0.0 gem bin path (EOL since 2016)zshenv-python: Replacepythonwithpython3for modern Linux compatibility
Redundancy / Contradiction Fixes
zshoptions: RemoveAPPEND_HISTORY+INC_APPEND_HISTORY— both implied bySHARE_HISTORYzshenv-general: Remove redundant^Rrebind (already the default in Emacs mode)zshenv-general: Addstty -ixonto unblock^Sfor forward history searchzshenv-general/emacs/powerline: Replace deprecated backtick syntax with$()
New Plugins
Added to zshrc (all bundled with Oh My Zsh):
z— smart directory jumping (z partial-nameinstead ofcd)sudo— pressEsc Escto prependsudoto the current commanddirenv— auto-loads.envrconcdfor per-project environment variables
Tip: Consider also installing
zsh-autosuggestionsandzsh-syntax-highlighting— clone them into$ZSH_CUSTOM/plugins/and add to the plugins list.
Full Changelog: v1.3...v1.4
v1.3
Full Changelog: v1.2...v1.3
v1.2
Full Changelog: v1.1...v1.2
v1.1
Full Changelog: v1.0...v1.1
v1.0
What's Changed
- Add enable/disable functions for other zsh scripts by @limayekaiwalya in #2
- fix broken link by @jalajarora in #5
- Add install script to simplify setup by @otype in #6
New Contributors
- @limayekaiwalya made their first contribution in #2
- @jalajarora made their first contribution in #5
Full Changelog: v0.0.1...v1.0