structural fixes
This commit is contained in:
parent
546100f0e5
commit
62bb6360f3
1 changed files with 14 additions and 1 deletions
15
.zshrc
15
.zshrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue