From d7a3c56269db8e2066412da2d7b3808e531b480c Mon Sep 17 00:00:00 2001 From: cbreton Date: Thu, 10 Oct 2019 09:14:24 +0200 Subject: Rename some dotfile and add a binding for search in history --- dotfiles/zsh/security.zsh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dotfiles/zsh/security.zsh (limited to 'dotfiles/zsh/security.zsh') 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 -# ░▓ 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" -- cgit v1.2.1