dotfiles/fish/.config/fish/config.fish
Tom Willemse 946b7425de Fix (automatic) syncing of email
- Load the necessary environment variables from ‘gnome-keyring-daemon’ when
  loading fish.
- Don’t sync the Archive directory from ryuslash.org, it’s too big and mbsync
  seems to get really confused about it.
- Disable old email accounts from syncing with mbsync.
- Fix the ‘get-mail-password’ and ‘set-mail-password’ scripts.
  - Use ‘secretstorage’ instead of ‘keyring’, this appears to be newer and
    easier to use.
2019-08-14 23:45:13 -07:00

15 lines
280 B
Fish

function hc
herbstclient $argv
end
set PATH ~/usr/bin $PATH
set -x LESS FXRSi
set -x EDITOR emacsclient
set -x DOTNET_CLI_TELEMETRY_OPTOUT true
kitty + complete setup fish | source
if test -n "$DESKTOP_SESSION"
set (gnome-keyring-daemon --start | string split "=")
end