mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-16 06:37:57 +00:00
Merge pull request #1396 from unixorn/2022-updates
Add uncloudium plugin
This commit is contained in:
commit
72bcd5e0ea
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue