diff options
| -rw-r--r-- | .bashrc | 2 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -135,3 +135,5 @@ export GPG_TTY=$(tty) unset SSH_AGENT_PID export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) alias a='/usr/share/arsenal/run' + +eval $(thefuck --alias) @@ -123,6 +123,9 @@ sudo apt install ffuf -y ## dotdotpwn.pl git clone https://github.com/wireghoul/dotdotpwn.git ~/dotdotpwn sudo mv ~/dotdotpwn /opt/ + +## Thefuck +sudo pip3 install thefuck ``` ## Languages |
