diff options
author | Jesus <heckyel@hyperbola.info> | 2025-05-18 18:59:19 -0500 |
---|---|---|
committer | Jesus <heckyel@hyperbola.info> | 2025-05-18 18:59:19 -0500 |
commit | 580f139ba229684c93bae006fd08863a8ecf1106 (patch) | |
tree | e6a08dfc044e965f520d66ace51af8fb1f431555 /README.md | |
parent | 6fff4075d94a87997dba4539446ef696a36278cd (diff) | |
download | hyperterm-580f139ba229684c93bae006fd08863a8ecf1106.tar.lz hyperterm-580f139ba229684c93bae006fd08863a8ecf1106.tar.xz hyperterm-580f139ba229684c93bae006fd08863a8ecf1106.zip |
only curl
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,11 +4,11 @@ Custom Prompt Shell Settings for Bash ## Requirements -- wget - curl -- git - less - coreutils +- net-tools +- unzip ## Features @@ -28,7 +28,7 @@ Custom Prompt Shell Settings for Bash - `ii` general system information - `proxy_on` enables proxy in terminal or tty - `sagent_start` and `sangent_stop` to enable or disable the SSH agent (password is remembered for 432000 seconds) - - `rar2zip` convert RAR files to ZIP, use `unar` and `7z` + - `rar2zip` convert RAR files to ZIP, use `unar` (`unrar`) and `7z` - Aliases like: - `clean` clears the bash history |