Fix alias and okc ssh agent setup

This commit is contained in:
Marko Korhonen 2022-08-29 00:10:06 +03:00
parent ae89052aef
commit fcf8969b01
2 changed files with 2 additions and 4 deletions

View file

@ -69,9 +69,7 @@ if [ "$SSH_CONNECTION" = "" ]; then
gpg-connect-agent updatestartuptty /bye >/dev/null gpg-connect-agent updatestartuptty /bye >/dev/null
fi fi
{%@@ elif os == "termux" @@%} {%@@ elif os == "termux" @@%}
if ! pgrep okc-ssh-agent > /dev/null; then eval $(okc-ssh-agent)
okc-ssh-agent > "$PREFIX/tmp/okc-ssh-agent.env"
fi
{%@@ endif @@%} {%@@ endif @@%}
# Enable grc colorization of supported commands # Enable grc colorization of supported commands

View file

@ -44,7 +44,7 @@ pr() {
{%@@ endif @@%} {%@@ endif @@%}
{%@@ if os == "termux" @@%} {%@@ if os == "termux" @@%}
alias okc-gpg='gpg' alias gp='okc-gpg'
{%@@ endif @@%} {%@@ endif @@%}
# find and open man pages with fzf # find and open man pages with fzf