reboot: chezmoi

This commit is contained in:
Matthew Ryan Dillon 2023-01-25 22:13:24 -07:00
parent 1dfcb6068f
commit e8846ec72b
36 changed files with 5 additions and 1387 deletions

14
home/dot_zlogin Normal file
View file

@ -0,0 +1,14 @@
#
# Executes commands at login post-zshrc.
#
# Execute code that does not affect the current session in the background.
{
# Compile the completion dump to increase startup speed.
zcompdump="${ZDOTDIR:-$HOME}/.zcompdump"
if [[ -s "$zcompdump" && (! -s "${zcompdump}.zwc" || "$zcompdump" -nt "${zcompdump}.zwc") ]]; then
zcompile "$zcompdump"
fi
} &!
# this seems like the easiest way to get a wsl startup script to work
2>/dev/null 1>/dev/null mpd