home | refactor
This commit is contained in:
parent
672d71a83a
commit
73fadb981d
468 changed files with 197 additions and 210 deletions
29
home/common/files/bash/bash_profile
Normal file
29
home/common/files/bash/bash_profile
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
PATH="/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/${USER}/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/bin:${HOME}/go/bin"
|
||||
export PATH
|
||||
umask 006
|
||||
if [ ! -z "${PS1}" ]
|
||||
then
|
||||
if [ "$TERM" = "linux" ]; then
|
||||
echo -en "\e]P021222C" #black
|
||||
echo -en "\e]P8282a36" #darkgrey
|
||||
echo -en "\e]P1803232" #darkred
|
||||
echo -en "\e]P9ff5555" #red
|
||||
echo -en "\e]P25b762f" #darkgreen
|
||||
echo -en "\e]PA50fa7b" #green
|
||||
echo -en "\e]P3aa9943" #brown
|
||||
echo -en "\e]PBf1fa8c" #yellow
|
||||
echo -en "\e]P4324c80" #darkblue
|
||||
echo -en "\e]PCbd93f9" #blue
|
||||
echo -en "\e]P5627sa4" #darkmagenta
|
||||
echo -en "\e]PDbd93f9" #magenta
|
||||
echo -en "\e]P692b19e" #darkcyan
|
||||
echo -en "\e]PE8be9fd" #cyan
|
||||
echo -en "\e]P7ffffff" #lightgrey
|
||||
echo -en "\e]PFf8f8f2" #white
|
||||
clear #for background artifacting
|
||||
fi
|
||||
. ~/.bash_motd && bash_motd --banner --processor --memory --diskspace --podman --docker
|
||||
fi
|
||||
|
||||
cd "${HOME}"
|
||||
source "${HOME}"/.bashrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue