summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-07-14 12:48:31 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-07-14 12:48:31 +0900
commit84fc73ad9cd234c1d5f6c63f2a10f29fd7307009 (patch)
tree48855c21f63e6c96022e002ff711c2235409c341 /README.md
parent4103f5c3ccf3bcbdfcdb16ac28d2ea387616df3a (diff)
[bash-completion] unset / unalias / export
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e1d4daff..09a75d69 100644
--- a/README.md
+++ b/README.md
@@ -270,6 +270,14 @@ ssh **<TAB>
telnet **<TAB>
```
+#### Environment variables / Aliases
+
+```sh
+unset **<TAB>
+export **<TAB>
+unalias **<TAB>
+```
+
#### Settings
```sh