mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-07 06:03:11 +00:00
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:
parent
01c95345a3
commit
21db77e121
2 changed files with 6 additions and 6 deletions
4
.profile
4
.profile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue