mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-16 10:33:08 +00:00
chore(configs): update config files as needed
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
07e296dee4
commit
d8b527ab9e
6 changed files with 109 additions and 66 deletions
14
.profile
14
.profile
|
@ -17,19 +17,7 @@ if [ -n "$BASH_VERSION" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
# Add $GOPATH/bin into PATH
|
||||
export GOPATH="$HOME/.local/share/go"
|
||||
export PATH="$GOPATH/bin:$PATH"
|
||||
export PATH="/usr/local/bin::$HOME/bin:$HOME/.local/bin:$HOME/bin${PATH:+:}$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts" # ~vern specifics and more
|
||||
mesg n 2> /dev/null || true
|
||||
|
||||
# then import the rest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue