From 69688e0ca9a100d4041173b4bc75262148fa4ff8 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 10 Jun 2026 10:34:14 -0500 Subject: Squashed commit of the following: test fix --- env/.config/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env/.config') diff --git a/env/.config/.profile b/env/.config/.profile index 3199e80..e4dd27e 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -38,7 +38,7 @@ export DIAGRAM_PLANTUML_CLASSPATH=/usr/lib/ruby/gems/3.4.0/gems/asciidoctor-diag alias fukn="sudo $@" -which doas && alias fukn="doas $@" +which doas > /dev/null && alias fukn="doas $@" alias ls='ls --color=auto' alias lss="fukn du -ahd 1 | sort -h" -- cgit v1.3