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 gitp="git push"
|
||||||
alias gitl="git log"
|
alias gitl="git log"
|
||||||
alias gitd="git diff --word-diff"
|
alias gitd="git diff --word-diff"
|
||||||
alias Y="youtube-dl --no-check-certificate"
|
alias Y="noglob youtube-dl --no-check-certificate"
|
||||||
alias Yall="youtube-dl -o \"%(autonumber)s-%(title)s.%(ext)s\""
|
alias Yall="noglob youtube-dl -o \"%(autonumber)s-%(title)s.%(ext)s\""
|
||||||
alias units="units -v"
|
alias units="units -v"
|
||||||
|
|
||||||
# Edit the current command line in $EDITOR
|
# Edit the current command line in $EDITOR
|
||||||
|
@ -124,6 +124,9 @@ autoload -U compinit # aktivuje "standardní" pravidla pro doplňování
|
||||||
compinit
|
compinit
|
||||||
autoload colors zsh/terminfo
|
autoload colors zsh/terminfo
|
||||||
|
|
||||||
|
# bulk rename tool
|
||||||
|
autoload zmv
|
||||||
|
|
||||||
source /usr/share/over-prompt/zsh-init
|
source /usr/share/over-prompt/zsh-init
|
||||||
|
|
||||||
# keyboard stuff
|
# keyboard stuff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue