This commit is contained in:
2017-03-01 17:33:36 +04:00
parent 2e44a77b43
commit 7a52354c69
2 changed files with 7 additions and 1 deletions

View File

@@ -49,3 +49,7 @@ alias p="perl -pe"
#alias revs="ssh abra0 'tail -f -n0 ~/reverse_shell' | tee -a .rem_history| zsh -s" #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" #alias nika_pop="echo \"afplay ~/tmp/nika.mp3\" > ~/reverse_shell"
publish() {
rsyncc $@ dedi:/var/www/abra.me/
}

View File

@@ -40,7 +40,8 @@ zstyle ':prezto:load' pmodule \
'git' \ 'git' \
'syntax-highlighting' \ 'syntax-highlighting' \
'history-substring-search' \ 'history-substring-search' \
'prompt' 'prompt' \
'zbell'
# #
# Autosuggestions # Autosuggestions
@@ -172,3 +173,4 @@ zstyle ':prezto:module:prompt' theme 'abra'
# Integrate with iTerm2. # Integrate with iTerm2.
zstyle ':prezto:module:tmux:iterm' integrate 'yes' zstyle ':prezto:module:tmux:iterm' integrate 'yes'