We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1e37c commit 46e1c8eCopy full SHA for 46e1c8e
1 file changed
.bashrc
@@ -401,6 +401,12 @@ fi
401
##### Command Line Tooling #####################################################
402
################################################################################
403
404
+######## Ripgrep ########
405
+# -----------------------------------------------------------------------------
406
+
407
+# Ripgrep refuses to build a good UI https://github.com/BurntSushi/ripgrep/issues/196
408
+alias rg='rg --max-columns 200'
409
410
######## FZF ########
411
# -----------------------------------------------------------------------------
412
0 commit comments