Making ZSH default Shell in MacOSX [closed]

The correct answer should’ve addressed your problem: chsh: /usr/bin/zsh: non-standard shell The reason this is the case is because chsh will only accept shells that are defined in the file /etc/shells, as you can see by reading the manual for chsh: chsh will accept the full pathname of any executable file on the system. However, … Read more

Homebrew’s `git` not using completion

You’re looking for: brew install git bash-completion As warpc’s comment states, you’ll need to add the following to your ~/.bash_profile to get homebrew’s bash-completion working: if [ -f $(brew –prefix)/etc/bash_completion ]; then . $(brew –prefix)/etc/bash_completion fi The above is mentioned in the caveats when you install the bash-completion formula. Note: if you are using Bash … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)