Compare commits

..

2 Commits

Author SHA1 Message Date
539be8bc64 Настройки перед загрузкой плагина 2020-01-11 19:09:50 +03:00
513da111cd feh 2020-01-11 19:09:45 +03:00
2 changed files with 5 additions and 1 deletions

View File

@ -7,3 +7,6 @@ alias u='sudo apt-get update && sudo apt-get dist-upgrade'
# Youtube
alias ydlbest="youtube-dl --merge-output-format mkv -f 'bestvideo+bestaudio'"
# feh
alias feh="feh --cache-size 256 --version-sort --sort filename --image-bg black"

View File

@ -18,7 +18,8 @@ antibody bundle robbyrussell/oh-my-zsh path:plugins/sudo
antibody bundle robbyrussell/oh-my-zsh path:plugins/systemd
antibody bundle robbyrussell/oh-my-zsh path:plugins/vim-interaction
antibody bundle robbyrussell/oh-my-zsh path:plugins/web-search
[ -e $ZDOTDIR/keychain-config.zsh ] && source $ZDOTDIR/keychain-config.zsh
antibody bundle robbyrussell/oh-my-zsh path:plugins/gpg-agent
antibody bundle robbyrussell/oh-my-zsh path:plugins/keychain
[ -e $ZDOTDIR/keychain-config.zsh ] && source $ZDOTDIR/keychain-config.zsh