From 36b912d5e1de201538b3936e0cc502ce5f125bbf Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 21 Nov 2019 12:49:16 +0000 Subject: [PATCH] Remove ssh-agent again (doesn't work) --- roles/home-cli/files/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index e17206d..35ec86b 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -91,7 +91,7 @@ alias ls="/bin/ls $LSOPTIONS" alias now="date +%Y%m%dT%H%M%S%z" alias nowu="date -u +%Y%m%dT%H%M%SZ" alias ta="$HOME/opt/textadept/textadept" -alias tm="tmux -2 attach-session || ssh-agent tmux -2 new-session" +alias tm="tmux -2 attach-session || tmux -2 new-session" alias wg="wordgrinder" alias ytmp3="youtube-dl -q -x --audio-format=mp3"