diff options
| author | 2013-05-15 17:35:51 +0200 | |
|---|---|---|
| committer | 2013-05-15 17:35:51 +0200 | |
| commit | 6c2db7df0e40962537ce74d6f6213fac1782bd1b (patch) | |
| tree | 57483bb4d37c243619d71123260711100afb1a93 /.zsh/functions/precmd_update_updates | |
| parent | 8ae90ffbd18d4312806e11cdda99e3dadcc9bf57 (diff) | |
| download | dotfiles-phoenix.tar.gz dotfiles-phoenix.zip | |
Update dotfilesphoenix
Diffstat (limited to '.zsh/functions/precmd_update_updates')
| -rw-r--r-- | .zsh/functions/precmd_update_updates | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.zsh/functions/precmd_update_updates b/.zsh/functions/precmd_update_updates deleted file mode 100644 index 639fd5c..0000000 --- a/.zsh/functions/precmd_update_updates +++ /dev/null @@ -1,11 +0,0 @@ -# -*- mode: shell-script -*- - -if [ -n "$__EXECUTED_PACMAN_COMMAND" ]; then - update_pac_cnt - unset __EXECUTED_PACMAN_COMMAND -fi - -if [ -n "$__EXECUTED_COWER_COMMAND" ]; then - update_aur_cnt - unset __EXECUTED_COWER_COMMAND -fi |
