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