fix(External-Themes): add note for outdated theme (#61)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Kelly Yong 2024-12-22 10:31:07 -05:00 committed by GitHub
parent e925ca02cb
commit 5125e0a82a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

@ -66,14 +66,15 @@ Author: [Migo](https://gitlab.com/migoa)**
![heapbytes-theme](https://github.com/ohmyzsh/wiki/assets/56447720/39c2e4e0-3315-4e06-8b46-8e83514ccaca)
> NOTE: theme uses alias customization to change the `ls` function to `exa`, [but exa is no longer maintained](https://github.com/ogham/exa/issues/1243). So the `exa` alias customization needs to be manually changed or removed.
#### Features
- Fork/update/inspiration of rkj theme.
- Prints the tun0 IP if connected to a VPN
- Prints the wlan0 IP if you aren't connected to any VPN. (change the module name in `.zsh-theme` according to your wifi module)
- Easy for pentesters who needs their ip for creating rev shells.
- Easy for pentesters who need their ip for creating rev shells.
- Git info.
- Doesn't require any external fonts.
See [repository](https://github.com/heapbytes/heapbytes-zsh) for source.
Author: [heapbytes](https://github.com/heapbytes)