X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=bb8ecec2cf533582f5e9814ffc520abcb3d9744b;hp=60f37118414a97af0b73386171e5a47bae39a91b;hb=5065224181afc315487376be09bc78c35b25805f;hpb=3e6d4cdeb36726fa763daf20cea692296d35e899 diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 60f3711..bb8ecec 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -901,6 +901,7 @@ function grmlcomp () { if [[ -r ~/.ssh/known_hosts ]] ; then _ssh_hosts=(${${${${(f)"$(<$HOME/.ssh/known_hosts)"}:#[\|]*}%%\ *}%%,*}) + fi if [[ -r /etc/hosts ]] && [[ "$NOETCHOSTS" -eq 0 ]] ; then : ${(A)_etc_hosts:=${(s: :)${(ps:\t:)${${(f)~~"$(grep -v '^0\.0\.0\.0\|^127\.0\.0\.1\|^::1 ' /etc/hosts)"}%%\#*}##[:blank:]#[^[:blank:]]#}}} @@ -2847,7 +2848,7 @@ if [ -e /var/log/syslog ] ; then #a1# Take a look at the syslog: \kbd{\$PAGER /var/log/syslog || journalctl} salias llog="$PAGER /var/log/syslog" # take a look at the syslog #a1# Take a look at the syslog: \kbd{tail -f /var/log/syslog || journalctl} - salias tlog="tail -f /var/log/syslog" # follow the syslog + salias tlog="tail --follow=name /var/log/syslog" # follow the syslog elif check_com -c journalctl ; then salias llog="journalctl" salias tlog="journalctl -f"