Update PATH on .profile

Also in this commit:
* Updated the default PGP keyids to export for the private part. Also
  use long keyids to avoid possible confusion on GPG side.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-06-13 09:05:23 +00:00
parent 01c95345a3
commit 21db77e121
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
2 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ if [ -n "$BASH_VERSION" ]; then
fi
fi
export PATH="/usr/local/bin${PATH:+:}$PATH" # ~vern specifics, might work on this soon.
export PATH="/usr/local/bin${PATH:+:}$PATH" # ~vern specifics and more
mesg n 2> /dev/null || true
# then import the rest
@ -16,7 +16,7 @@ source "$HOME/.config/aliases"
export POSIX_PROFILE_SOURCED=true
# how about detecting local configs
if [ ! -f "$HOME/.config/localconfig.env" ]; then
if [ -f "$HOME/.config/localconfig.env" ]; then
. "$HOME/.config/localconfig.env"
fi