1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

add -c to less flags

so that output begins at the top of the terminal instead of just anywhere.
This commit is contained in:
Connor Olding 2021-10-05 18:12:25 -07:00
parent 2ae755fff3
commit 8afc44fb74

View File

@ -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.