aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/zsh/security.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/zsh/security.zsh')
-rw-r--r--dotfiles/zsh/security.zsh20
1 files changed, 0 insertions, 20 deletions
diff --git a/dotfiles/zsh/security.zsh b/dotfiles/zsh/security.zsh
deleted file mode 100644
index e24fd52..0000000
--- a/dotfiles/zsh/security.zsh
+++ /dev/null
@@ -1,20 +0,0 @@
-# ██
-# ░██
-# ██████ ██████░██
-# ░░░░██ ██░░░░ ░██████
-# ██ ░░█████ ░██░░░██
-# ██ ░░░░░██░██ ░██
-# ██████ ██████ ░██ ░██
-# ░░░░░░ ░░░░░░ ░░ ░░
-#
-# ▓▓▓▓▓▓▓▓▓▓
-# ░▓ 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"