Tom Willemse
946b7425de
- 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.
15 lines
280 B
Fish
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
|