Change checking for argument
This commit is contained in:
parent
2c030d64e3
commit
c9adf82430
@ -53,7 +53,7 @@ fi
|
|||||||
##### arguments #####
|
##### arguments #####
|
||||||
##############################
|
##############################
|
||||||
# handle arguments
|
# handle arguments
|
||||||
if [[ ! -z "$1" ]]; then
|
if [[ "$1" -ne 0 ]]; then
|
||||||
# -t/--theme to change theme
|
# -t/--theme to change theme
|
||||||
if [[ "$1" == "-t" || "$1" == "--theme" ]]; then
|
if [[ "$1" == "-t" || "$1" == "--theme" ]]; then
|
||||||
func_seltheme
|
func_seltheme
|
||||||
|
Loading…
Reference in New Issue
Block a user