We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ab83f commit 868877bCopy full SHA for 868877b
README.md
@@ -6,5 +6,5 @@ Just add those lines into your .zshrc or .bashrc
6
```bash
7
NUM=$(shuf -i 1-230 -n 1)
8
RDIST=$(awk NR==$NUM /pathToFile/distros.txt)
9
-neofetch --ascii_distro $RDIST
+neofetch --ascii_distro "$RDIST"
10
```
0 commit comments