zshrc
- enable zmv - add noglob to youtube-dl aliases
This commit is contained in:
parent
0b3ae53eec
commit
21197c5ba9
1 changed files with 5 additions and 2 deletions
|
@ -18,8 +18,8 @@ alias gitc="git commit"
|
|||
alias gitp="git push"
|
||||
alias gitl="git log"
|
||||
alias gitd="git diff --word-diff"
|
||||
alias Y="youtube-dl --no-check-certificate"
|
||||
alias Yall="youtube-dl -o \"%(autonumber)s-%(title)s.%(ext)s\""
|
||||
alias Y="noglob youtube-dl --no-check-certificate"
|
||||
alias Yall="noglob youtube-dl -o \"%(autonumber)s-%(title)s.%(ext)s\""
|
||||
alias units="units -v"
|
||||
|
||||
# Edit the current command line in $EDITOR
|
||||
|
@ -124,6 +124,9 @@ autoload -U compinit # aktivuje "standardní" pravidla pro doplňování
|
|||
compinit
|
||||
autoload colors zsh/terminfo
|
||||
|
||||
# bulk rename tool
|
||||
autoload zmv
|
||||
|
||||
source /usr/share/over-prompt/zsh-init
|
||||
|
||||
# keyboard stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue