From 889dfe622abea16049e4d0743c865331c13bdab1 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 27 Oct 2025 11:34:22 -0300 Subject: acme shenanigans (apparently this is the first acme commit) --- device/acme_post | 4 ++++ device/acme_pre | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100755 device/acme_post create mode 100755 device/acme_pre (limited to 'device') diff --git a/device/acme_post b/device/acme_post new file mode 100755 index 0000000..e8a6bfe --- /dev/null +++ b/device/acme_post @@ -0,0 +1,4 @@ +#!/bin/zsh + +# ACME +# See acme_pre for info. diff --git a/device/acme_pre b/device/acme_pre new file mode 100755 index 0000000..d679ed9 --- /dev/null +++ b/device/acme_pre @@ -0,0 +1,23 @@ +#!/bin/zsh + +# ACME shell +# +# Various configuration that makes ACME 'win' windows nicer +# to use. This is treated like a device of its own, even +# though it really isn't. + +export EDITOR=E + +path=("$DOTFILES/scripts/acme" "$DOTFILES/scripts/acme_dynamic" $path) +export PATH + +# Well, we tried this, but gpg-agent apparently insists on reading +# from a strictly hard-coded file. No high jinks. It certainly doesn't +# care about the PATH of the calling tty. This is just kept as reference. +# +# if [[ -v DEVICE_HAS_GPG ]]; then +# ln -s "$(which pinentry-tty)" "$DOTFILES/scripts/acme_dynamic/pinentry" +# fi + +alias git='git --no-pager' +alias ls='ls -1' -- cgit 1.3.0-6-gf8a5