this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of github.com:ian-h-chamberlain/dotfiles

+4 -2
+1 -1
.config/fish/conf.d/50-config.fish
··· 82 82 and set -gx TERMINFO_DIRS ":$HOME/.nix-profile/share/terminfo" 83 83 84 84 set -gx nvm_default_version lts/iron 85 - if status is-interactive; and test -f .nvmrc; and functions -q nvm 85 + if test -f .nvmrc; and functions -q nvm 86 86 nvm use --silent 87 87 end 88 88
+3 -1
.config/keepassxc/keepassxc.ini
··· 5 5 AutoTypeDelay=50 6 6 AutoTypeEntryTitleMatch=true 7 7 AutoTypeEntryURLMatch=true 8 + AutoTypeHideExpiredEntry=true 8 9 AutoTypeStartDelay=600 9 10 BackupBeforeSave=false 10 11 ConfigVersion=2 ··· 60 61 MinimizeToTray=true 61 62 MonospaceNotes=true 62 63 MovableToolbar=false 64 + ShowExpiredEntriesOnDatabaseUnlock=false 63 65 ShowExpiredEntriesOnDatabaseUnlockOffsetDays=30 64 66 ShowTrayIcon=true 65 67 ToolButtonStyle=3 ··· 94 96 Dashes=false 95 97 ExcludeAlike=false 96 98 ExcludedChars="<>(){};&" 97 - Length=24 99 + Length=25 98 100 Logograms=true 99 101 Math=false 100 102 Punctuation=false