From 8afc44fb743550d9a52bcdb79df0312a9f19b70c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 5 Oct 2021 18:12:25 -0700 Subject: [PATCH] add `-c` to `less` flags so that output begins at the top of the terminal instead of just anywhere. --- home/-shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/-shrc b/home/-shrc index 89de53d..e873d30 100644 --- a/home/-shrc +++ b/home/-shrc @@ -76,7 +76,7 @@ fi # just flags {{{2 -export LESS='-SRQ' +export LESS='-SRQc' alias db="dropbox_uploader" alias fils="du -bahd1" ### @- (GNU du) display human-friendly filesizes for the files in a directory. alias lsa="ls -A --group-directories-first" ### @- (GNU ls) list files with directories and dotfiles ordered first.