wip
This commit is contained in:
parent
6ef0786cae
commit
e5ddc34813
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ c_fonts() {
|
||||||
local err
|
local err
|
||||||
local dirFonts="$HOME/.local/share/fonts/"
|
local dirFonts="$HOME/.local/share/fonts/"
|
||||||
if [[ ! -d "$dirFonts" ]]; then
|
if [[ ! -d "$dirFonts" ]]; then
|
||||||
if choise "Seems like you may miss some fonts.. Do you want to clone them now to <$HOME/.local/share/fonts/>" </dev/tty; then
|
if choose "Seems like you may miss some fonts.. Do you want to clone them now to <$HOME/.local/share/fonts/>" </dev/tty; then
|
||||||
# echo_info "Seems like you may miss some fonts.. Do you want to clone them now to <$HOME/.local/share/fonts/> ? [y|n]" && read -r ask_fonts
|
# echo_info "Seems like you may miss some fonts.. Do you want to clone them now to <$HOME/.local/share/fonts/> ? [y|n]" && read -r ask_fonts
|
||||||
|
|
||||||
# case "$ask_fonts" in
|
# case "$ask_fonts" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue