]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/shell/aliases.in
shell/aliases: change sa alias to ssh-add without timeout
[config/dotfiles.git] / shell / shell / aliases.in
index 69270ccfc261dd4704bda7a20153ff08f6941935..b27ebab6c45aa63b0cdf9b7b1c2ce7127de02983 100644 (file)
@@ -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
@@ -131,4 +131,7 @@ if test "`id -u`" -eq 0; then
     }
 fi
 
+# Use short `ip` output per default.
+alias ip='ip -br'
+
 # vim: ft=sh