1
0
Fork 0

cache direnv

This commit is contained in:
Malte Brandy 2021-07-05 01:15:59 +02:00
parent f14a0b4be6
commit 2feb65ddd4
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -3,7 +3,7 @@ let
# Persistent means that files get snapshoted and kept for a month
# Volatile means that files just lay on the disk
# Backups are organized independently on this system
persistentStateDirs = [ "git" "media" "Maildir" ".ssh" ".task" ".gnupg" ".calendars" ".contacts" ".wallpapers" ];
persistentStateDirs = [ "git" "media" "Maildir" ".ssh" ".task" ".gnupg" ".calendars" ".contacts" ".wallpapers" ".local/share/direnv" ];
persistentStateFiles = [ ".chpwd-recent-dirs" ".zsh_history" ];
volatileStateFiles = [ ];
volatileStateDirs = [ ".steam" ".local/share/Steam" ];