From: Simon Ruderich Date: Wed, 18 Jul 2018 11:20:24 +0000 (+0200) Subject: shell/aliases: change sa alias to ssh-add without timeout X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e6f3e5907df86b2048452c362069f42c047d4564 shell/aliases: change sa alias to ssh-add without timeout --- diff --git a/shell/shell/aliases.in b/shell/shell/aliases.in index 64985dc..b27ebab 100644 --- a/shell/shell/aliases.in +++ b/shell/shell/aliases.in @@ -40,7 +40,7 @@ alias mc='make clean' alias mj='make -j$(nproc)' alias mu=mutt alias rs=reset # like git's reset alias -alias sa='ssh-add -t 1h' +alias sa=ssh-add alias te=tree # systemd ... (sc is provided as shell script for better completion) alias jc=journalctl