Skip to content

Commit

Permalink
periodic sync-up
Browse files Browse the repository at this point in the history
Still doesn't have ksh fixes or current command fixes.

New: stash support. If there's something in the stash for the
current branch, there is a bright yellow "$"; otherwise, if the
stash is non-empty it is a brown "$".
  • Loading branch information
geekosaur committed Nov 10, 2024
1 parent 30ca182 commit 8b83299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bin/hexchat-utc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /bin/sh
TZ=UTC0
export TZ
exec /usr/bin/hexchat ${1+"$@"}

0 comments on commit 8b83299

Please sign in to comment.