mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 07:13:47 +01:00
update fish configs
This commit is contained in:
parent
d20dc292be
commit
1600ed1c24
2 changed files with 7 additions and 1 deletions
6
.config/fish/conf.d/00-ssh-agent.fish
Normal file
6
.config/fish/conf.d/00-ssh-agent.fish
Normal file
|
@ -0,0 +1,6 @@
|
|||
if set -q SSH_AUTH_SOCK
|
||||
exit
|
||||
end
|
||||
|
||||
eval (ssh-agent -c)
|
||||
ssh-add
|
|
@ -1,5 +1,5 @@
|
|||
if set -q MZTEINIT
|
||||
exit
|
||||
end
|
||||
set -x MZTEINIT
|
||||
set -gx MZTEINIT
|
||||
exec mzteinit
|
Loading…
Reference in a new issue