Added better ZSH history options
This commit is contained in:
parent
2cf0dc7324
commit
0d0cdfd450
1 changed files with 4 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
# Customize to your needs...
|
||||
setopt EXTENDED_HISTORY HIST_MANAGEMENT HIST_IGNORE_DUPS
|
||||
alias zshconfig="nvim ~/.zshrc"
|
||||
alias zshsource="source ~/.zshrc"
|
||||
#alias vim=nvim
|
||||
|
|
@ -115,6 +116,9 @@ alias ssh-tron="ssh sshtron.zachlatta.com"
|
|||
|
||||
alias mirrordate="sudo reflector --country US --latest 5 --sort rate --save /etc/pacman.d/mirrorlist"
|
||||
|
||||
alias yt-dlp-mp4="yt-dlp --format 'bestvideo[height<=720]+bestaudio[ext=m4a]/best[ext=mp4]' --merge-output-format mp4 --remux-video mp4 --audio-quality 128k"
|
||||
alias yt-dlp-mp4-fedi="yt-dlp --format 'bestvideo[height<=480]+bestaudio[ext=m4a]/best[ext=mp4]' --merge-output-format mp4 --remux-video mp4 --audio-quality 128k"
|
||||
|
||||
export EDITOR=nvim
|
||||
export LANG='en_US.utf8'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue