Compare commits
2 Commits
88f2031200
...
777271fd41
Author | SHA1 | Date | |
---|---|---|---|
777271fd41 | |||
ce98f796c7 |
13
zshrc
13
zshrc
@ -1,3 +1,8 @@
|
||||
# skip customization for non-interactive shells
|
||||
if [[ ! -o interactive ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
# completion system
|
||||
autoload -U compinit; compinit
|
||||
|
||||
@ -73,11 +78,3 @@ export LESSHISTFILE=/dev/null
|
||||
|
||||
# Disable features like shell or pipe commands and more in less
|
||||
export LESSSECURE=1
|
||||
|
||||
###
|
||||
#
|
||||
# HOMEBREW
|
||||
#
|
||||
###
|
||||
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
Loading…
Reference in New Issue
Block a user