Remove xscreensaver-command

This commit is contained in:
Rodolphe Bréard 2024-12-15 20:37:57 +01:00
parent 67a2501555
commit bcbc232dd7
No known key found for this signature in database

View file

@ -16,7 +16,6 @@ hash tree 2>/dev/null && alias t='tree'
hash duf 2>/dev/null && alias du='duf' hash duf 2>/dev/null && alias du='duf'
hash htop 2>/dev/null && alias top='htop' 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 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='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 sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'
hash jmtpfs 2>/dev/null && alias mount_android='jmtpfs "/media/android"' hash jmtpfs 2>/dev/null && alias mount_android='jmtpfs "/media/android"'