aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-05-02 14:53:02 -0400
committerxero <x@xero.nu>2014-05-02 14:53:02 -0400
commit5e3c97d564cd08313a0f62aa0e69b8c7672c551c (patch)
tree5aecdcc990b93c9ff87011fe0d513b5f7f364b44 /.zshrc
parent7d597e8f4ac3318a6e89837e257ef5086e0fdce0 (diff)
downloaddotfiles_ascii-5e3c97d564cd08313a0f62aa0e69b8c7672c551c.tar.xz
dotfiles_ascii-5e3c97d564cd08313a0f62aa0e69b8c7672c551c.zip
add zsh alias for rootkithunter update, rebuid db, and scan all in one.
Diffstat (limited to '')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 02682aa..012a9cb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -50,6 +50,7 @@ alias term='urxvtc -hold -e ' #used for awesomewm run menu
alias fixcursor='xsetroot -cursor_name left_ptr'
alias hashcompare='bash ~/code/sys/hash-compare.sh '
alias apachereload='sudo /etc/init.d/apache2 restart'
+alias checkrootkits='sudo rkhunter --update; sudo rkhunter --propupd; sudo rkhunter --check'
#█▓▒░ ssh
export SSH_KEY_PATH="~/.ssh/id_rsa"