structural fixes

This commit is contained in:
pika 2024-12-09 16:09:26 +01:00
parent 546100f0e5
commit 62bb6360f3

15
.zshrc
View file

@ -626,13 +626,26 @@ _environment(){
[ -s "/home/pika/.bun/_bun" ] && export BUN_INSTALL="$HOME/.bun" && export PATH="$BUN_INSTALL/bin:$PATH" [ -s "/home/pika/.bun/_bun" ] && export BUN_INSTALL="$HOME/.bun" && export PATH="$BUN_INSTALL/bin:$PATH"
} }
_end(){
if command_exists fastfetch; then
clear &&
fastfetch
fi
if command_exists cowsay; then
cowsay -f tux "$(uname -r)"
fi
error_log
}
main(){ main(){
get_packager get_packager
_init _init
_environment _environment
_coding_ _coding_
_alias _alias
error_log _end
} }
if check_root; then if check_root; then