3 lines
141 B
Bash
3 lines
141 B
Bash
#!/bin/sh
|
|
wget -O - https://github.com/cheat/cheat/raw/master/cheat/autocompletion/cheat.zsh | sudo tee /usr/share/zsh/site-functions/_cheat
|