Add some MacOS ZSH Config

This commit is contained in:
2025-07-10 09:50:55 -04:00
parent df2ec8491a
commit 960d3bed91

View File

@@ -136,3 +136,17 @@ manage() {
# Add zoxide
eval "$(zoxide init zsh)"
# MACOS
# zoxide setup
#eval "$(zoxide init zsh)"
#alias cd="z"
#
#alias download="yt-dlp -f bestvideo+bestaudio --merge-output-format mp4 --embed-thumbnail --embed-subs --write-auto-sub --sub-lang \"en.*\" --embed-chapters --embed-metadata --embed-info-json -o '%(timestamp>%Y%m%d - %H%M%S)s - %(id)s - %(uploader)s - %(title)s.%(ext)s'"
#
## Keep both x86_64 and arm64 Homebrew
#if [ "$(arch)" = "arm64" ]; then
# eval "$(/opt/homebrew/bin/brew shellenv)"
#else
# eval "$(/usr/local/bin/brew shellenv)"
#fi