aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/zsh/security.zsh
diff options
context:
space:
mode:
authorcbreton <c.breton@fullsave.com>2019-10-10 09:14:24 +0200
committercbreton <c.breton@fullsave.com>2019-10-10 09:14:24 +0200
commitd7a3c56269db8e2066412da2d7b3808e531b480c (patch)
treef9a5af2ff0b005b452c13f74ae88c88a670994c8 /dotfiles/zsh/security.zsh
parente0bf2ecad97b5771784c5a2fb144144245e2e93c (diff)
downloaddotfiles_dotdrop-d7a3c56269db8e2066412da2d7b3808e531b480c.tar.xz
dotfiles_dotdrop-d7a3c56269db8e2066412da2d7b3808e531b480c.zip
Rename some dotfile and add a binding for search in history
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"