mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-15 04:11:39 -06:00
Include last 100 lines in romanlog tail alias
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user