From 5125e0a82ae48433b9ec59800ab8f260865ed29c Mon Sep 17 00:00:00 2001 From: Kelly Yong <73264187+kellyayong@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:31:07 -0500 Subject: [PATCH] fix(External-Themes): add note for outdated theme (#61) Co-authored-by: Carlo Sala --- External-themes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/External-themes.md b/External-themes.md index b60fd38..819833a 100644 --- a/External-themes.md +++ b/External-themes.md @@ -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)