MoonLiightz / dotfiles

My dotfiles and personal preferences for macOS and debian based linux.
MIT License
3 stars 2 forks source link

no such hash table element: yh #12

Closed bjoerntorben closed 1 year ago

bjoerntorben commented 1 year ago

System information

OS: macOS Ventura 13.2 arch: arm64 Package Manager: Homebrew 3.6.20 zsh: 5.9 (arm-apple--darwin-22.1.0)

Bug description

Error message prompt: /Users/username/.dotfiles/zsh/conf/aliases.zsh:unalias:3: no such hash table element: yh

Steps to reproduce

  1. ./bootstrap.sh all
  2. answer all questions with 'Y'
  3. Restart terminal

Expected behavior

No error messages at all.

Logs, Screenshots, Captures, etc

No response

MoonLiightz commented 1 year ago

I think the problem is related to your #11 issue because the oh-my-zsh (omz) installation was not successful. yh is an alias created by the omz yarn plugin. But at the same time yh is also this application andreazorzetto/yh. I don't need the yh alias and to avoid conflicts, I removed it. But if the plugin was not installed, this error can occur. I would say that this issue is a duplicate of your previous issue.