diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-03-25 09:00:12 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-03-25 09:00:12 +0100 |
| commit | 3e84da48d0a4bd77144096d466f06c407fcbd65e (patch) | |
| tree | 2eae77b420c3079c921bf5c91158c4d62a68f6d0 /cfg | |
| parent | 15dc67fcc695e88ef3b7be91f15113e58fe16396 (diff) | |
updated fish config. added gpg shit with keychain
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg')
| -rw-r--r-- | cfg/fish/config.fish | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cfg/fish/config.fish b/cfg/fish/config.fish index b6c5fd3..bbd409a 100644 --- a/cfg/fish/config.fish +++ b/cfg/fish/config.fish @@ -1,8 +1,11 @@ # ~/.config/fish/config.fish if status is-interactive - # here for redundancy - setxkbmap -option compose:ralt + keychain id_ed25519 + keychain D9B423C43C7416D7 + source ~/.keychain/(hostname)-fish + + set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) # ENVIRONMENT VARIABLES set -x EDITOR nvim |