Skip to content

Releases: otype/shell

v1.5

04 May 13:57
0d2a8b4

Choose a tag to compare

Fix

  • Guard stty -ixon with [[ -t 0 ]] TTY check to prevent stty: 'standard input': Inappropriate ioctl for device errors in non-interactive sessions

v1.4 - Zsh config cleanup & new plugins

04 May 11:29
7312b7f

Choose a tag to compare

What's Changed

Bug Fixes

  • zshenv: Remove duplicate cargo/env sourcing (already handled by zshenv-cargo)
  • zshenv-asdf: Remove duplicate compinit call; single authoritative call now lives in zshrc
  • zshrc: Move compinit to after source $ZSH/oh-my-zsh.sh so all fpath additions are in place first
  • zprofile: Remove HISTFILESIZE — bash-only variable, silently ignored by zsh
  • zshenv-android: Fix tilde in double-quoted string ("~/...""$HOME/..."); prepend tools to PATH
  • zshenv-rbenv: Remove EOL Ruby 2.0.0 gem bin path (EOL since 2016)
  • zshenv-python: Replace python with python3 for modern Linux compatibility

Redundancy / Contradiction Fixes

  • zshoptions: Remove APPEND_HISTORY + INC_APPEND_HISTORY — both implied by SHARE_HISTORY
  • zshenv-general: Remove redundant ^R rebind (already the default in Emacs mode)
  • zshenv-general: Add stty -ixon to unblock ^S for forward history search
  • zshenv-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-name instead of cd)
  • sudo — press Esc Esc to prepend sudo to the current command
  • direnv — auto-loads .envrc on cd for per-project environment variables

Tip: Consider also installing zsh-autosuggestions and zsh-syntax-highlighting — clone them into $ZSH_CUSTOM/plugins/ and add to the plugins list.

Full Changelog: v1.3...v1.4

v1.3

20 Feb 23:47

Choose a tag to compare

Full Changelog: v1.2...v1.3

v1.2

20 Feb 23:34

Choose a tag to compare

Full Changelog: v1.1...v1.2

v1.1

20 Feb 22:48

Choose a tag to compare

Full Changelog: v1.0...v1.1

v1.0

15 Jan 22:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v1.0