mirror of
https://github.com/notwa/rc
synced 2025-03-14 14:12:49 -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:
parent
2ae755fff3
commit
8afc44fb74
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue