mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-22 16:59:57 -05:00
color fix.
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ cd "$(dirname "$0")"
|
|||||||
|
|
||||||
function try { "$@" || sleep 0; }
|
function try { "$@" || sleep 0; }
|
||||||
function v() {
|
function v() {
|
||||||
echo -e "[$0]: \e[32mNow executing:\e[0m"
|
echo -e "[$0]: \e[34mNow executing:\e[0m"
|
||||||
echo -e "\e[34m$@\e[0m"
|
echo -e "\e[32m$@\e[0m"
|
||||||
execute=true
|
execute=true
|
||||||
if $ask;then
|
if $ask;then
|
||||||
while true;do
|
while true;do
|
||||||
|
|||||||
Reference in New Issue
Block a user