File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1725,7 +1725,7 @@ a kind of rails generators for these helpers
1725
1725
1726
1726
- unhist. functions can create aliases, and functions can receive
1727
1727
functions as parameters (as a string (function name)), so we can
1728
- combine them to advise existing functions.
1728
+ combine them to advice existing functions.
1729
1729
#+begin_src bash
1730
1730
unhist () {
1731
1731
alias $1=" $1"
@@ -1782,7 +1782,7 @@ a kind of rails generators for these helpers
1782
1782
# muter ls
1783
1783
# ls
1784
1784
# #+end_src
1785
- ** Override (advise ?) common functions
1785
+ ** Override (advice ?) common functions
1786
1786
Overriding commands is generally a bad practice as it violates the
1787
1787
principle of least surprise, but there might be occasions (mostly
1788
1788
in your local machine) where you can integrate awesome finetunnings
You can’t perform that action at this time.
0 commit comments