Compare commits

...

2 Commits

13
zshrc
View File

@ -1,3 +1,8 @@
# skip customization for non-interactive shells
if [[ ! -o interactive ]]; then
return
fi
# completion system # completion system
autoload -U compinit; compinit autoload -U compinit; compinit
@ -73,11 +78,3 @@ 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)"