Merge pull request #1396 from unixorn/2022-updates

Add uncloudium plugin
This commit is contained in:
Joe Block 2022-01-04 08:49:51 -07:00 committed by GitHub
commit 72bcd5e0ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1050,6 +1050,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not
* [ubuntualiases](https://github.com/GuilleDF/zsh-ubuntualiases) - Ubuntu 16 aliases.
* [ugit](https://github.com/Bhupesh-V/ugit) - Lets you undo your last `git` operation.
* [undollar](https://github.com/zpm-zsh/undollar) - Strips the dollar sign from the beginning of the terminal prompt.
* [uncloudium](https://github.com/Talon1024/omz-uncloudium) - Adds helper script to download crx files from the Google Chrome web store.
* [unique-id](https://github.com/z-shell/zsh-unique-id) - provides a unique number that identifies a running Zshell session, in its shell variable `$ZUID_ID`. Besides this unique number, also a unique codename is provided, in shell variable `$ZUID_CODENAME`. An example use case is to hold logs in files `.../mylog-${ZUID_CODENAME}.log`, so that two different Zshells will not write to the same file at the same time.
* [unix-simple](https://github.com/redxtech/zsh-unix-simple) - A command that shows a graphic about the simplicity of unix.
* [up (cjayross)](https://github.com/cjayross/up) - A simple way to navigate up through directories.