fix some typos
This commit is contained in:
parent
7018be3e6e
commit
cf6fcb6d95
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
xdg=${${XDG_DATA_HOME}:-${HOME}/.local/share}
|
xdg=${XDG_DATA_HOME:-${HOME}/.local/share}
|
||||||
DIRECTORY="${xdg}/rofi/themes/}"
|
DIRECTORY="${xdg}/rofi/themes/"
|
||||||
|
|
||||||
if [ ! -d "${DIRECTORY}" ]
|
if [ ! -d "${DIRECTORY}" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue