feat(scripts): import more scripts from legacy codebase

Plus, in this commit:
* updated most of shell rc and then some

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-01-19 19:22:37 +08:00
parent 22503403bb
commit 81aca31cdf
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
10 changed files with 214 additions and 10 deletions

View file

@ -13,3 +13,9 @@ mesg n 2> /dev/null || true
# then import the rest
source "$HOME/.env"
source "$HOME/.config/aliases"
export POSIX_PROFILE_SOURCED=true
# Added by Toolbox App
export PATH="$PATH:/home/ajhalili2006/.local/share/JetBrains/Toolbox/scripts"