reboot: chezmoi
This commit is contained in:
parent
1dfcb6068f
commit
e8846ec72b
36 changed files with 5 additions and 1387 deletions
14
home/dot_zlogin
Normal file
14
home/dot_zlogin
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue