Skip to content

zsh 'skm' command not found


Solution(s)

1: Add SplashKit PATH to .zshrc file using terminal

  1. To add SplashKit to your PATH, run the following command:

    Terminal window
    echo "export PATH=\"$HOME/.splashkit:\$PATH\"" >> ~/.zshrc
  2. Apply Changes

    Save the .zshrc Reload the .zshrc paths with the following command to apply changes immediately:

    Terminal window
    source ~/.zshrc