🚚 move fish.config to own folder
This commit is contained in:
parent
18848e5a94
commit
79a47e3d93
2 changed files with 2 additions and 1 deletions
5
.config/fish/config.fish
Normal file
5
.config/fish/config.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
if not pgrep --full ssh-agent | string collect > /dev/null
|
||||
eval (ssh-agent -c)
|
||||
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
|
||||
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue