Mudei para zsh
no decorrer de uma atualização. No entanto, agora estou tentando emitir alguns systemctl
comandos, mas continuo recebendo erros de "comando não encontrado".
Meu ~/.bashrc
arquivo:
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
O topo do meu ~/.zshrc
:
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# export PATH="$PATH:$HOME/.rvm/bin"
# export PATH=$HOME/bin:/usr/local/bin:/sbin:/usr/sbin:$PATH
export PATH="$PATH:$HOME"
# Path to your oh-my-zsh installation.
export ZSH="/Users/<username>/.oh-my-zsh"
Tenho batido minha cabeça na parede com isso!! - Já tentei todos os caminhos já comentados.
Responder1
Obrigado a @Fox.
Tive que usar
sudo launchctl start|stop postfix