From ab0ef5c987b7f179725032d920ac75b66aa194e1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 31 Mar 2023 16:55:42 -0700 Subject: home/sway: start sway and ssh-agent properly I only need to run sway and the ssh-agent on a workstation (desktop or laptop). Start these two processes when the window manager starts. --- home/shell/zsh/ssh-agent.zsh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 home/shell/zsh/ssh-agent.zsh (limited to 'home/shell/zsh/ssh-agent.zsh') diff --git a/home/shell/zsh/ssh-agent.zsh b/home/shell/zsh/ssh-agent.zsh deleted file mode 100644 index 1e5d81c..0000000 --- a/home/shell/zsh/ssh-agent.zsh +++ /dev/null @@ -1,3 +0,0 @@ -if [ $(ps ax | grep "[s]sh-agent" | wc -l) -eq 0 ] ; then - eval $(ssh-agent -s -a ${XDG_RUNTIME_DIR}/ssh-agent.sock) > /dev/null -fi -- cgit v1.2.3