chore: Files removed or no specific files modified.
This commit is contained in:
parent
e0223e54cd
commit
6e36b49a3b
@ -3,7 +3,7 @@ set fish_greeting
|
|||||||
# Plugins installation and configuration
|
# Plugins installation and configuration
|
||||||
# The fish_inclusion variable is used to avoid multiple inclusions of the plugins
|
# 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
|
# 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
|
if not set -q fish_inclusion
|
||||||
|
|
||||||
set -U fish_inclusion 1
|
set -U fish_inclusion 1
|
||||||
@ -37,6 +37,13 @@ if not set -q fish_inclusion
|
|||||||
set -eU fish_inclusion
|
set -eU fish_inclusion
|
||||||
end
|
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
|
# Set personal aliases
|
||||||
# For a full list of active aliases, run `alias`.
|
# For a full list of active aliases, run `alias`.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user