📝 Adjusted moar settings in aliases
This commit is contained in:
parent
d9b45bf321
commit
e64ca2d2c4
1 changed files with 1 additions and 1 deletions
2
aliases
2
aliases
|
|
@ -1,6 +1,6 @@
|
||||||
#Custom Aliases
|
#Custom Aliases
|
||||||
alias .="cd && ls"
|
alias .="cd && ls"
|
||||||
alias {less,more}="moar"
|
alias {less,more}="moar -wrap -no-statusbar -style friendly" # -no-linenumbers"
|
||||||
alias {rg,grep}="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue' -N"
|
alias {rg,grep}="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue' -N"
|
||||||
alias {drag,rdrag}="ripdrag"
|
alias {drag,rdrag}="ripdrag"
|
||||||
alias dusty="dust -i -v 'node_modules'"
|
alias dusty="dust -i -v 'node_modules'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue