chore: Files removed or no specific files modified.

This commit is contained in:
Thomas Brasdefer 2024-12-19 14:37:05 +01:00
parent e0223e54cd
commit 6e36b49a3b
Signed by: tombdf
GPG Key ID: A047E76CC4582988

View File

@ -3,7 +3,7 @@ set fish_greeting
# Plugins installation and configuration
# The fish_inclusion variable is used to avoid multiple inclusions of the plugins
# because of the fish configuration file being sourced every time fisher is called
# Everithing related to the plugins must be in the if block
# Everything related to the plugins must be in the if block
if not set -q fish_inclusion
set -U fish_inclusion 1
@ -37,6 +37,13 @@ if not set -q fish_inclusion
set -eU fish_inclusion
end
# Set the ssh keys
if not pgrep ssh-agent > /dev/null
eval (ssh-agent -c | string split ';')
end
set -x SSH_AUTH_SOCK (ssh-agent -s | grep -oP '(?<=SSH_AUTH_SOCK=)[^;]+')
ssh-add ~/.ssh/id_ed25519 &> /dev/null
ssh-add ~/.ssh/hexasec &> /dev/null
# Set personal aliases
# For a full list of active aliases, run `alias`.