From bcbc232dd757292cc7e41f96ee9ba9c4fe379028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 15 Dec 2024 20:37:57 +0100 Subject: [PATCH] Remove xscreensaver-command --- .config/rodolphe/.aliases | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/rodolphe/.aliases b/.config/rodolphe/.aliases index 03df9a5..bbc6499 100644 --- a/.config/rodolphe/.aliases +++ b/.config/rodolphe/.aliases @@ -16,7 +16,6 @@ hash tree 2>/dev/null && alias t='tree' hash duf 2>/dev/null && alias du='duf' 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 xscreensaver-command 2>/dev/null && alias lock='xscreensaver-command --lock' 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"'