diff options
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index c248d3e..0096d2e 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -50,7 +50,7 @@ auto_sync=true # automatically clone the gist repo | |||
50 | 50 | ||
51 | # Shell configuration | 51 | # Shell configuration |
52 | set -o pipefail | 52 | set -o pipefail |
53 | [[ $TRACE ]] && set -x | 53 | [[ $TRACE == 'true' ]] && set -x |
54 | [[ $(uname) == 'Darwin' ]] && alias tac='tail -r' | 54 | [[ $(uname) == 'Darwin' ]] && alias tac='tail -r' |
55 | trap 'rm -f "$http_data" "$tmp_file"' EXIT | 55 | trap 'rm -f "$http_data" "$tmp_file"' EXIT |
56 | 56 | ||