mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-10 05:25:14 +08:00
17 lines
389 B
Markdown
17 lines
389 B
Markdown
![]() |
# A better alias provide completion
|
||
|
|
||
|
Use `balias` instead of `alias`,you can get same completion meanwhile you set alias.
|
||
|
|
||
|
# Example
|
||
|
|
||
|
```
|
||
|
balias apti 'sudo apt-get install'
|
||
|
balias gc 'git checkout'
|
||
|
```
|
||
|
|
||
|
Then,you will get
|
||
|
|
||
|

|
||
|
|
||
|

|