mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Quoted unquoted path
This commit is contained in:
4
fetch
4
fetch
@@ -666,8 +666,8 @@ getwallpaper () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getshuffle () {
|
getshuffle () {
|
||||||
img="$(find $shuffledir -type f \( -name '*.jpg' -o -name '*.png' \) -print0 |
|
img=$(find "$shuffledir" -type f \( -name '*.jpg' -o -name '*.png' \) -print0 |
|
||||||
shuf -n1 -z)"
|
shuf -n1 -z)
|
||||||
}
|
}
|
||||||
|
|
||||||
getimage () {
|
getimage () {
|
||||||
|
|||||||
Reference in New Issue
Block a user