mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-06 21:53:10 +00:00
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:
parent
22503403bb
commit
81aca31cdf
10 changed files with 214 additions and 10 deletions
6
.profile
6
.profile
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue