2020-06-02 15:59:14 +02:00
|
|
|
## $ZDOTDIR/.zlogin - Contains commands that should be executed only in login shells
|
|
|
|
|
2020-07-02 15:14:24 +02:00
|
|
|
## Load config files in $ZSH/lib that for stage 3
|
2024-10-28 12:31:50 +01:00
|
|
|
for config_file (${ZLIBDIR}/30-*.zsh) source $config_file
|
2020-06-02 15:59:14 +02:00
|
|
|
|
2020-07-02 15:14:24 +02:00
|
|
|
## Compile startup files
|
2024-10-28 12:31:50 +01:00
|
|
|
zwcautocompile
|
2020-07-02 15:14:24 +02:00
|
|
|
|
2020-06-02 15:59:14 +02:00
|
|
|
## Print some system info
|
|
|
|
uname -npsr
|
|
|
|
uptime
|