From b01e95c3a949fb2732f72b4a5a35b1b286a3259c Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sat, 4 Feb 2023 06:52:29 -0500 Subject: [PATCH] add support for alias update --- pentools.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pentools.sh b/pentools.sh index ff88c2b..38cf602 100755 --- a/pentools.sh +++ b/pentools.sh @@ -118,16 +118,18 @@ binary() { aliascmd() { printf "\n${YELLOW}[*]${BLUE} Alias ------------------------------------\n" + sed -i '/# Alias created by PenTools/,/# https:\/\/github.com\/d3vyce\/pentools/d' ~/.bashrc + echo " -# Alias created by PenTools -# https://github.com/d3vyce/pentools" >> ~/.bashrc - +# Alias created by PenTools" >> ~/.bashrc + printf ${GREEN}"[+] sudo filesrv\n" echo "alias filesrv='sudo python3 -m http.server 80 --directory ${TARGET}'" >> ~/.bashrc printf ${GREEN}"[+] sublime\n" - echo "alias sublime='sublime .'" >> ~/.bashrc + echo "alias sublime='/opt/sublime_text/sublime_text'" >> ~/.bashrc + echo "# https://github.com/d3vyce/pentools" >> ~/.bashrc } printf "${YELLOW}