diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-06-10 00:48:19 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-06-10 00:48:19 -0500 |
| commit | 2097b0ebfdd07ae7a8295c26703d8d88ee7a5f8f (patch) | |
| tree | 97edcae29f2817f045e0fda462609679935a6fb1 /env/.config/.profile | |
| parent | 09156e6cea71093079af580acdd6d4a8594e14b9 (diff) | |
Squashed commit of the following:
made all scripts mostly posix
moved from gajim to dino
Diffstat (limited to 'env/.config/.profile')
| -rwxr-xr-x | env/.config/.profile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
