Stop echoing all executed commands

This commit is contained in:
ViViDboarder 2023-03-10 12:39:32 -08:00
parent ad53b375a2
commit ec517d76a8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#! /bin/bash
set -ex
set -e
# Link files that can't be sourced
try_link "tmuxline.conf" "$HOME/.tmuxline.conf"