From 7a52354c69c9464b7066deed18a5c122eac359bd Mon Sep 17 00:00:00 2001 From: Abra Date: Wed, 1 Mar 2017 17:33:36 +0400 Subject: [PATCH] auto --- .zprezto/runcoms/zalias | 4 ++++ .zprezto/runcoms/zpreztorc | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.zprezto/runcoms/zalias b/.zprezto/runcoms/zalias index c447a02..bf9c984 100644 --- a/.zprezto/runcoms/zalias +++ b/.zprezto/runcoms/zalias @@ -49,3 +49,7 @@ alias p="perl -pe" #alias revs="ssh abra0 'tail -f -n0 ~/reverse_shell' | tee -a .rem_history| zsh -s" #alias nika_pop="echo \"afplay ~/tmp/nika.mp3\" > ~/reverse_shell" + +publish() { + rsyncc $@ dedi:/var/www/abra.me/ +} \ No newline at end of file diff --git a/.zprezto/runcoms/zpreztorc b/.zprezto/runcoms/zpreztorc index 77b4272..fffb0f3 100644 --- a/.zprezto/runcoms/zpreztorc +++ b/.zprezto/runcoms/zpreztorc @@ -40,7 +40,8 @@ zstyle ':prezto:load' pmodule \ 'git' \ 'syntax-highlighting' \ 'history-substring-search' \ - 'prompt' + 'prompt' \ + 'zbell' # # Autosuggestions @@ -172,3 +173,4 @@ zstyle ':prezto:module:prompt' theme 'abra' # Integrate with iTerm2. zstyle ':prezto:module:tmux:iterm' integrate 'yes' +