General configuration changes hellscape

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-09-03 22:51:35 +08:00
parent 094b8a0009
commit a41e28d091
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
7 changed files with 64 additions and 41 deletions

View file

@ -12,8 +12,9 @@ fi
# Stage 1: Source the ~/.profile
source "$HOME/.profile"
# Added by Toolbox App
export PATH="$PATH:/home/ajhalili2006/.local/share/JetBrains/Toolbox/scripts"
_byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then . "$HOME/.nix-profile/etc/profile.d/nix.sh"; fi # added by Nix installer