alias grep="grep --color=never" alias ls="ls --color=never" alias extip="curl -s ifconfig.me" alias exthost="host `curl -s ifconfig.me` | sed -e 's/.*pointer //' -e s'/\.$//'" alias tb="nc termbin.com 9999" alias hisgrp="history|grep" alias upgradde='sudo apt update && sudo apt upgrade -y' alias screen="~/.screenrc_speed2.sh;screen" alias shfmt="shfmt -i 2 -ci -fn" alias aes256="openssl enc -e -aes256 -out" alias gdrive="rclone mount GDrive: GDrive &" alias burp="java -noverify -javaagent:'/home/marshall/Code/burp/Burp Suite Professional 2022.8.1 + Loader-Keygen/Application/burploader.jar' -jar '/home/marshall/Code/burp/Burp Suite Professional 2022.8.1 + Loader-Keygen/Application/burpsuite_pro_v2022.8.1.jar'" alias wpscan="wpscan --api-token s18IRij3FjWpHrFVyrcSvpbo5Eu3LY8vi7MmOL7jAYA" alias speedtest='wget -O /dev/null https://speedtest-ny.turnkeyinternet.net/100mb.bin' alias cb="xclip -selection clipboard" alias androidstudio="/home/marshall/.bin/android-studio/bin/studio.sh" eval $(thefuck --alias) ft() { gh search repos --sort stars -L 10 --topic $1 | cat } leftoff() { ls -t -1 $1 | head -n 5 } nws() { cat $1 | grep -v ^$ |grep -v "^[[:space:]]*#" |grep -v ^\; }