diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-12-29 02:42:08 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-12-29 02:42:08 -0600 |
| commit | 0300e55167f1df80b6dddf946bb16a2c063b6d67 (patch) | |
| tree | 2fb07df62c530e15fabbd6bcfaf2d7f1bd73505f /env/.config/.profile | |
| parent | 5c4872f306338944e0bbaa60db7157c5c828028d (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-x | env/.config/.profile | 3 |
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 $@" |
