aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/zsh/10-security.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/zsh/10-security.zsh')
-rw-r--r--dotfiles/zsh/10-security.zsh20
1 files changed, 20 insertions, 0 deletions
diff --git a/dotfiles/zsh/10-security.zsh b/dotfiles/zsh/10-security.zsh
new file mode 100644
index 0000000..e24fd52
--- /dev/null
+++ b/dotfiles/zsh/10-security.zsh
@@ -0,0 +1,20 @@
+# ██
+# ░██
+# ██████ ██████░██
+# ░░░░██ ██░░░░ ░██████
+# ██ ░░█████ ░██░░░██
+# ██ ░░░░░██░██ ░██
+# ██████ ██████ ░██ ░██
+# ░░░░░░ ░░░░░░ ░░ ░░
+#
+# ▓▓▓▓▓▓▓▓▓▓
+# ░▓ author ▓ xero <x@xero.nu>
+# ░▓ code ▓ http://code.xero.nu/dotfiles
+# ░▓ mirror ▓ http://git.io/.files
+# ░▓▓▓▓▓▓▓▓▓▓
+# ░░░░░░░░░░
+#
+#█▓▒░ av aliases
+alias checkrootkits="sudo rkhunter --update; sudo rkhunter --propupd; sudo rkhunter --check"
+alias checkvirus="clamscan --recursive=yes --infected /home"
+alias updateantivirus="sudo freshclam"