dotfiles/.config/zsh/.zlogin

12 lines
281 B
Plaintext
Raw Normal View History

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
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
zwcautocompile
2020-07-02 15:14:24 +02:00
2020-06-02 15:59:14 +02:00
## Print some system info
uname -npsr
uptime