mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-04-03 13:53:22 +02:00
add support for alias update
This commit is contained in:
parent
a5a246805a
commit
b01e95c3a9
10
pentools.sh
10
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user