0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

14 commits

Author SHA1 Message Date
Marc Cornellà
02d07f3e3d
fix: use $USERNAME guaranteed to always be defined in zsh
Fixes #9701
2021-03-25 12:08:00 +01:00
Joshua Pratt
1744277a68
systemadmin: correct sort order for psmem aliases (#6253) 2020-10-11 14:17:21 +02:00
Grégory DAVID
d88fbe625f
systemadmin: fix header line sorting in pscpu (#6167)
Inside `pscpu` and `pscpu10` aliases, remove sorting of the header line.
2020-02-10 21:18:13 +01:00
Patrick Artounian
ad9a8f2d43 systemadmin: fix getip output with ifconfig (#7306) 2018-10-25 13:26:22 +02:00
DBX12
0871594f58 systemadmin: refactor plugin and fix README (#7295) 2018-10-17 19:40:20 +02:00
Jeffrey Chandler
bbe4d89c25 Added a README file for the systemadmin plugin (#7279)
* Added a README file for the systemadmin plugin

* Updated formatting of Functions table and split it into
"named" and "unnamed" functions for clarity

* Fixed issue with '|' characters in table by adding them in
<code> stateuents </code>

* Added \ escape characters in front of | characters
2018-10-14 09:40:29 -07:00
Janosch Schwalm
19b925e741 use https everywhere (#6574)
* use https everywhere

* use https links on the files that are left

Also, removed some broken links and updated redirections.
2018-08-07 20:42:01 +02:00
Niccolò Maggioni
d923cebdb3
Updated with @mcornella suggestions 2015-08-27 11:34:53 +02:00
Niccolò Maggioni
058bbe4f02
General compatibility 2015-08-26 10:54:08 +02:00
Niccolò Maggioni
a127c4f88e
'ip' command compatibility and much quicker external IP detection 2015-08-26 10:48:01 +02:00
Marc Cornellà
4310a15de5 Change all pwd calls for $PWD variable
This avoids spawning additional processes as $PWD **always** contains
the current working directory.
2014-11-06 18:33:56 +01:00
Marc Cornellà
74177c5320 Change all whoami calls for $USER variable
This avoid spawning additional processes, as the $USER variable will
**always** contain the current logged-in user.
2014-11-06 18:33:56 +01:00
MrTux
3fac127152 Correct wrong plugin file name 2014-05-28 11:23:39 +02:00
dongweiming
4d6b59f041 Add a plugin for systemadmin ops and developer 2013-07-05 19:27:43 +08:00