Skip to content

Improvement

Compare
Choose a tag to compare
@kamontat kamontat released this 04 Feb 13:38
· 318 commits to master since this release
5d1633b

Improvement

  1. Change MYZS_SETTINGS_AUTO_OPEN_PATH default value to true
  2. Change PG_SHOW_PERF default value to true
  3. Add zsh completion for docker and docker-compose
  4. Add new alias for support docker
  5. Add gdi for git diff -w --ignore-all-space
  6. Change git restore to grs and grss to avoid duplicate with the terminal command
  7. Add an alias to tmux as t
  8. Remove b4b4r07/enhancd as I never use it
  9. Add support node LTS version. the current setting is 12
  10. Add a lot of settings of zsh specify.

Fix bug

  1. The .env files will be loaded when initial zsh session, this file is designed for saving private token to confident data
  2. Fix all errors in command script for install, global install, and uninstall. Therefore, I delete the individual running script.
  3. Fix newtab command in macOS error.
  4. $GOPATH bin should override any command that exists in $PATH
  5. Fix the wrong configuration when iterm integration shell script loading
  6. Sometimes, $PATH is duplicate

Document

  1. Update README about installation and uninstallation