aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index 852a828..f3cdb86 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,28 @@
```
$ sudo git clone --depth 1 https://github.com/junegunn/fzf.git /usr/local/bin/fzf
```
+```bash
+# ls -l
+$ mkdir new_directory
+```
+
+
+HTML:
+```html
+<pre>
+<code>&#35; ls -l
+&#36; mkdir new_directory</code>
+</pre>
+```
+```bash
+&dollar; whoami
+```
+
+```bash
+ls -l
+mkdir new_directory
+```
+
Add to .bashrc/(.zshrc/.zshenv)
```bash
export PATH="$PATH:/usr/local/bin/fzf/bin"