summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-05-29 22:27:50 +0200
committerAhmed Abdelhalim <[email protected]>2022-05-30 00:11:02 +0200
commit441c9dea31d505c44f4dcdc2b70599b18ea97cee (patch)
tree29356e8ab1c32079f9bde0798830d9b371f3e341 /.bashrc
parent77f150658fad682ab7549c3418b12659863a3be4 (diff)
Add the missing debian tool (the fuck)
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 546b9c5..fddbaa4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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)