From 6d8da1abcd12a75ed9c0dac5cf68fb3eeb11a79f Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Fri, 29 Mar 2024 09:50:32 +0300 Subject: [PATCH] Add trap SIGINT --- VERSION | 2 +- a | 1 + g | 1 + r | 1 + s | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7e32cd5..c068b24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3 +1.4 diff --git a/a b/a index a7b041b..5abb404 100755 --- a/a +++ b/a @@ -1,5 +1,6 @@ #!/bin/bash set -e +trap 'clear' SIGINT cat > /tmp/.dialogrc << EOL # Item color tag_color = (BLACK,WHITE,ON) diff --git a/g b/g index 740f159..02134c4 100755 --- a/g +++ b/g @@ -1,5 +1,6 @@ #!/bin/bash set -e +trap 'clear' SIGINT cat > /tmp/.dialogrc << EOL # Item color tag_color = (BLACK,WHITE,ON) diff --git a/r b/r index d083e11..034c61f 100755 --- a/r +++ b/r @@ -1,3 +1,4 @@ #!/bin/bash +trap 'clear' SIGINT setxkbmap cat ~/.aliases.txt | fzf | cut -d : -f 2- | xargs -I _ xdotool type _ diff --git a/s b/s index 2bfd80b..40ad17b 100755 --- a/s +++ b/s @@ -1,5 +1,6 @@ #!/bin/bash set -e +trap 'clear' SIGINT cat > /tmp/.dialogrc << EOL # Item color tag_color = (BLACK,WHITE,ON)