From a42ba0c7b3af865f5131d911fa3c04b343f3d150 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 3 Mar 2025 01:22:10 -0600 Subject: [PATCH] Include last 100 lines in romanlog tail alias --- home/executable_dot_bash_aliases.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/executable_dot_bash_aliases.tmpl b/home/executable_dot_bash_aliases.tmpl index 713fab9..92ca966 100644 --- a/home/executable_dot_bash_aliases.tmpl +++ b/home/executable_dot_bash_aliases.tmpl @@ -18,7 +18,7 @@ chshow() { } # Remote Management -alias romanlog="ssh roman 'tail -F /var/log/syslog'" +alias romanlog="ssh roman 'tail -F /var/log/syslog' --lines 100" # Other aliases alias gpt='chatgpt'