summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/ttyasrt4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/ttyasrt b/.local/bin/ttyasrt
index 21b5d42..3b73174 100755
--- a/.local/bin/ttyasrt
+++ b/.local/bin/ttyasrt
@@ -12,7 +12,7 @@ die()
die "\$TERMIANL must be set"
if tty --silent; then
- "$@"
+ exec "$@"
else
- "$TERMINAL" -- "$@"
+ exec "$TERMINAL" -- "$@"
fi