diff --git a/src/.config/fish/functions/extra_prompt.fish b/src/.config/fish/functions/extra_prompt.fish index 756fdc2..ede1f0b 100644 --- a/src/.config/fish/functions/extra_prompt.fish +++ b/src/.config/fish/functions/extra_prompt.fish @@ -9,15 +9,6 @@ if set -q TMUX end end -if set -q SSH_AGENT_PID - functions -c fish_prompt ssha_old_fish_prompt - - function fish_prompt - printf "%s%s%s" (set_color 9C8080) "(ssha) " (set_color normal) - ssha_old_fish_prompt - end -end - if set -q SSH_TTY functions -c fish_prompt ssh_old_fish_prompt diff --git a/src/.profile b/src/.profile index f06d2d8..39e1ca6 100644 --- a/src/.profile +++ b/src/.profile @@ -80,4 +80,6 @@ export PATH="$PATH":"$XDG_DATA_HOME"/go/bin # cppman can't set it itself for some reason export MANPATH="$MANPATH":~/.cache/cppman/ +eval $(ssh-agent) + . .config/bashrc