adding scripts path, aliases, autocomplete
This commit is contained in:
parent
506f5e00bf
commit
453270c802
14
.zshrc
14
.zshrc
@ -14,5 +14,17 @@ fi
|
|||||||
unset __conda_setup
|
unset __conda_setup
|
||||||
# <<< conda initialize <<<
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
|
alias ytmpv='mpv --hwdec=auto --ytdl-format="bestvideo+bestaudio/best"'
|
||||||
|
alias ytmpvqhd='mpv --hwdec=auto --ytdl-format="bestvideo[height<=?1800]+bestaudio/best"'
|
||||||
|
alias ytmpvhd='mpv --hwdec=auto --ytdl-format="bestvideo[height<=?1080]+bestaudio/best"'
|
||||||
|
|
||||||
|
alias gitlog='git log --graph --all --oneline'
|
||||||
|
|
||||||
|
alias rdoc='cargo doc --open'
|
||||||
|
|
||||||
PS1='%F{green}%n@%m%f %1/ %F{red}%#%f '
|
PS1='%F{green}%n@%m%f %1/ %F{red}%#%f '
|
||||||
export PATH="/opt/homebrew/opt/python@3.10/bin:$PATH"
|
export PATH="/opt/homebrew/opt/python@3.10/bin:$HOME/lab/scripts:$PATH"
|
||||||
|
|
||||||
|
autoload -Uz compinit
|
||||||
|
compinit
|
||||||
|
_comp_options+=(globdots)
|
||||||
|
Loading…
Reference in New Issue
Block a user