This website requires JavaScript.
Explore
Help
Sign In
xinb
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
338a33194e
ohmyzsh
/
plugins
/
uplift
/
uplift.plugin.zsh
4 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: add uplift to available plugins
2021-07-04 20:27:34 +00:00
if
[
$commands
[
uplift
]
]
;
then
source
<
(
uplift completion zsh
)
chore: add newline to end of file
2021-07-04 20:37:35 +00:00
fi