aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zsh
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-04-18 15:13:01 -0400
committerxero <x@xero.nu>2015-04-18 15:13:01 -0400
commitfbfe299dd57d4ed9489403eb63ba0267fe160591 (patch)
treebbfcdce1e883f5cef7ac9510520500357c73a9f2 /zsh/.zsh
parent3dc5acb49ddba5f99b35ff88274f14a3b35258fe (diff)
downloaddotfiles_ascii-fbfe299dd57d4ed9489403eb63ba0267fe160591.tar.xz
dotfiles_ascii-fbfe299dd57d4ed9489403eb63ba0267fe160591.zip
add zsh security aliases
Diffstat (limited to 'zsh/.zsh')
-rwxr-xr-xzsh/.zsh/aliases.zsh3
-rw-r--r--zsh/.zsh/security.zsh20
2 files changed, 20 insertions, 3 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh
index a88344e..3174df8 100755
--- a/zsh/.zsh/aliases.zsh
+++ b/zsh/.zsh/aliases.zsh
@@ -27,9 +27,6 @@ alias g="git"
alias tree='tree -CAFa -I "CVS|*.*.package|.svn|.git|.hg|node_modules|bower_components" --dirsfirst'
alias rock="ncmpcpp"
alias mixer="alsamixer"
-alias checkrootkits="sudo rkhunter --update; sudo rkhunter --propupd; sudo rkhunter --check"
-alias checkvirus="clamscan --recursive=yes --infected /home"
-alias updateantivirus="sudo freshclam"
alias genplaylist="cd ~/music;find . -name '*.mp3' -o -name '*.flac'|sed -e 's%^./%%g' > ~/.mpd/playlists/all.m3u"
alias matrix="cmatrix -b"
alias pipes="bash ~/code/fun/pipes"
diff --git a/zsh/.zsh/security.zsh b/zsh/.zsh/security.zsh
new file mode 100644
index 0000000..e24fd52
--- /dev/null
+++ b/zsh/.zsh/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"