From 2097b0ebfdd07ae7a8295c26703d8d88ee7a5f8f Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 10 Jun 2026 00:48:19 -0500 Subject: Squashed commit of the following: made all scripts mostly posix moved from gajim to dino --- env/.config/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'env/.config/.profile') diff --git a/env/.config/.profile b/env/.config/.profile index ba6ff67..3199e80 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -31,14 +31,14 @@ export PREFIX=/usr export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin/blender-4.1.1-linux-x64" export MANPAGER='nvim +Man!' if [ -f ~/.local/bin/system/paths.sh ]; then - source ~/.local/bin/system/paths.sh + . ~/.local/bin/system/paths.sh fi export DIAGRAM_PLANTUML_CLASSPATH=/usr/lib/ruby/gems/3.4.0/gems/asciidoctor-diagram-plantuml-1.2025.3/lib/asciidoctor-diagram/plantuml/plantuml-lgpl-1.2025.3.jar alias fukn="sudo $@" -[ doas ] && alias fukn="doas $@" +which doas && alias fukn="doas $@" alias ls='ls --color=auto' alias lss="fukn du -ahd 1 | sort -h" -- cgit v1.3