zsh 'skm' command not found
Solution(s)
Section titled “Solution(s)”1: Add SplashKit path to your PATH
Section titled “1: Add SplashKit path to your PATH”-
To add SplashKit to your PATH, run the following command:
Terminal window echo "export PATH=\"$HOME/.splashkit:\$PATH\"" >> ~/.zshrcsource ~/.zshrc -
Open a new terminal, and run the following command to install SplashKit in the default global locations:
Terminal window skm global install
3. Update permissions
Section titled “3. Update permissions”If you are still having issues, try following the steps on the 2. .zshrc permission issues page first, then come back to repeat the steps above.