From 24d05bb540a5a791930716867fc943a8b981f898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 15 Dec 2024 20:38:27 +0100 Subject: [PATCH] Remove mount_android --- .config/rodolphe/.aliases | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/rodolphe/.aliases b/.config/rodolphe/.aliases index bbc6499..6974187 100644 --- a/.config/rodolphe/.aliases +++ b/.config/rodolphe/.aliases @@ -18,7 +18,6 @@ hash htop 2>/dev/null && alias top='htop' hash clang-format 2>/dev/null && alias clang-format='clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4, AllowShortFunctionsOnASingleLine: None, KeepEmptyLinesAtTheStartOfBlocks: false}"' hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"' hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5' -hash jmtpfs 2>/dev/null && alias mount_android='jmtpfs "/media/android"' hash kitty 2>/dev/null && alias kitty_ssh='kitty +kitten ssh' hash nvim 2>/dev/null && alias vim='nvim' hash helix 2>/dev/null && alias hx='helix'