dotfiles/.config/zsh/.zlogin

12 lines
281 B
Bash
Executable File

## $ZDOTDIR/.zlogin - Contains commands that should be executed only in login shells
## Load config files in $ZSH/lib that for stage 3
for config_file (${ZLIBDIR}/30-*.zsh) source $config_file
## Compile startup files
zwcautocompile
## Print some system info
uname -npsr
uptime