chore: remove ssh startup commands 🔥
* they don't work anyway
This commit is contained in:
parent
3130cc581b
commit
b50517188e
1 changed files with 0 additions and 9 deletions
|
|
@ -10,15 +10,6 @@
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
set fish_greeting 🐟: (set_color yellow; date +%T; set_color green; date --iso-8601; set_color normal)
|
set fish_greeting 🐟: (set_color yellow; date +%T; set_color green; date --iso-8601; set_color normal)
|
||||||
|
|
||||||
# Start SSH agent if not already running
|
|
||||||
if not pgrep -u (id -u) ssh-agent > /dev/null
|
|
||||||
eval (ssh-agent -c)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Add SSH keys to the agent
|
|
||||||
ssh-add ~/.ssh/id_*_github 2>/dev/null
|
|
||||||
|
|
||||||
|
|
||||||
# name: Default
|
# name: Default
|
||||||
# author: Lily Ballard
|
# author: Lily Ballard
|
||||||
# edits: DannyDannyDanny
|
# edits: DannyDannyDanny
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue