From 985582b80c83dc894c383b41455973a1f9e7b562 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 28 Oct 2025 20:15:37 -0300 Subject: more acme --- device/acme_pre | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'device') diff --git a/device/acme_pre b/device/acme_pre index d679ed9..5dd6e31 100755 --- a/device/acme_pre +++ b/device/acme_pre @@ -6,7 +6,10 @@ # to use. This is treated like a device of its own, even # though it really isn't. +awd zsh + export EDITOR=E +export NO_COLOR=1 path=("$DOTFILES/scripts/acme" "$DOTFILES/scripts/acme_dynamic" $path) export PATH @@ -19,5 +22,12 @@ export PATH # ln -s "$(which pinentry-tty)" "$DOTFILES/scripts/acme_dynamic/pinentry" # fi -alias git='git --no-pager' +cd() { + if [ $# -eq 0 ] + then builtin cd && awd zsh + else builtin cd "$1" && awd zsh + fi +} + +alias git='git -c color.ui=false --no-pager' alias ls='ls -1' -- cgit 1.3.0-6-gf8a5