mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
move rg
alias out of the trash pile
This commit is contained in:
parent
996e69292a
commit
3961b415a7
1 changed files with 2 additions and 1 deletions
|
@ -117,6 +117,8 @@ if [ "$FANCY" = 1 ]; then
|
||||||
#alias make="$(have colormake || have make)"
|
#alias make="$(have colormake || have make)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias rg="rg -M200"
|
||||||
|
|
||||||
if false; then # currently in the process of rewriting these
|
if false; then # currently in the process of rewriting these
|
||||||
|
|
||||||
# just flags {{{2
|
# just flags {{{2
|
||||||
|
@ -124,7 +126,6 @@ if false; then # currently in the process of rewriting these
|
||||||
alias fils="du -bahd1" ### @- (GNU du) display human-friendly filesizes for the files in a directory.
|
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.
|
alias lsa="ls -A --group-directories-first" ### @- (GNU ls) list files with directories and dotfiles ordered first.
|
||||||
alias perlu='perl -Mopen=locale -Mutf8' ### @- invoke perl expecting files with UTF-8 encoding.
|
alias perlu='perl -Mopen=locale -Mutf8' ### @- invoke perl expecting files with UTF-8 encoding.
|
||||||
alias rg="rg -M200"
|
|
||||||
alias rgn="rg -u" ### @- invoke ripgrep without respecting `.gitignore` files.
|
alias rgn="rg -u" ### @- invoke ripgrep without respecting `.gitignore` files.
|
||||||
alias ryp="rg -M99 -g '*.py'"
|
alias ryp="rg -M99 -g '*.py'"
|
||||||
alias cms="cryptominisat5 --verb 0" ### @- invoke cryptominisat5 with less noise.
|
alias cms="cryptominisat5 --verb 0" ### @- invoke cryptominisat5 with less noise.
|
||||||
|
|
Loading…
Add table
Reference in a new issue