Compare commits

..

No commits in common. "777271fd412607bd2b50121dff8cbb3888973735" and "88f2031200c0bf98aff258bb7d0be4fde64cc8c7" have entirely different histories.

13
zshrc
View File

@ -1,8 +1,3 @@
# skip customization for non-interactive shells
if [[ ! -o interactive ]]; then
return
fi
# completion system # completion system
autoload -U compinit; compinit autoload -U compinit; compinit
@ -78,3 +73,11 @@ export LESSHISTFILE=/dev/null
# Disable features like shell or pipe commands and more in less # Disable features like shell or pipe commands and more in less
export LESSSECURE=1 export LESSSECURE=1
###
#
# HOMEBREW
#
###
eval "$(/opt/homebrew/bin/brew shellenv)"