fix(zsh): Cleanup environment variable

This commit is contained in:
js0ny 2024-11-30 05:14:00 +00:00
parent 567c8d1b3b
commit 9436322a73
4 changed files with 24 additions and 5 deletions

View file

@ -4,9 +4,6 @@
# Sourced by user's zshrc if is macOS 在用户的 zshrc 中被引用macOS 特定配置
# Entry point in $DOTFILES/tools/zsh/common.zshrc (入口点)
# Homebrew Path
export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:$PATH
# macOS #
alias xclip="pbcopy"