m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

[bash-completion] unset / unalias / export

This commit is contained in:
Junegunn Choi
2014-07-14 12:48:31 +09:00
parent 4103f5c3cc
commit 84fc73ad9c
2 changed files with 81 additions and 37 deletions

View File

@@ -270,6 +270,14 @@ ssh **<TAB>
telnet **<TAB>
```
#### Environment variables / Aliases
```sh
unset **<TAB>
export **<TAB>
unalias **<TAB>
```
#### Settings
```sh