aboutsummaryrefslogtreecommitdiff
path: root/env/.config/.profile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-12-29 02:42:08 -0600
committericeyrazor <iceyrazor@mailfence.com>2025-12-29 02:42:08 -0600
commit0300e55167f1df80b6dddf946bb16a2c063b6d67 (patch)
tree2fb07df62c530e15fabbd6bcfaf2d7f1bd73505f /env/.config/.profile
parent5c4872f306338944e0bbaa60db7157c5c828028d (diff)
Squashed commit of the following:
- set icons for mon2 in i3 - exluded a blender render dir - two flash backup thingys - lfrc filebrowser dectetion and formatting - changed music dir for mpd - moved browser backup to its own script. log too big - added DIAGRAM_PLANTUML_CLASSPATH var for plantuml - added web reqs script - added asciidoc preview - fixed ft_to_lang error by disabling treesitter in telescope - copy media script
Diffstat (limited to 'env/.config/.profile')
-rwxr-xr-xenv/.config/.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/env/.config/.profile b/env/.config/.profile
index ad7f60f..f1e5989 100755
--- a/env/.config/.profile
+++ b/env/.config/.profile
@@ -34,6 +34,9 @@ if [ -f ~/.local/bin/system/paths.sh ]; then
source ~/.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 $@"