zsh: Added oh-my-zsh and ytdlf alias

This commit is contained in:
Felipe M 2021-01-20 10:38:34 +01:00
parent 3a22e17823
commit 1017dd1881
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 8 additions and 1 deletions

9
.zshrc
View File

@ -1,4 +1,11 @@
bindkey -e
export ZSH="$HOME/.oh-my-zsh"
source $ZSH/oh-my-zsh.sh
alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'"
alias ytdlf="youtube-dl -a ./youtube-dl.txt -f best -o \"./%(playlist_title)s/%(playlist_index)s_%(title)s.%(ext)s\""
# GPG tty
export GPG_TTY=$(tty)
@ -15,7 +22,7 @@ export EDITOR=nvim
source ~/.antigen.zsh
antigen bundle oh-my-zsh
antigen use oh-my-zsh
antigen bundle git