➕ add zsh autosuggestions
This commit is contained in:
parent
511374c256
commit
b01ec497ee
@ -37,6 +37,7 @@ brew 'ssh-copy-id'
|
||||
brew 'tmux'
|
||||
brew 'wget'
|
||||
brew 'zlib'
|
||||
brew 'zsh-autosuggestions'
|
||||
# casks
|
||||
cask '1password'
|
||||
cask 'adoptopenjdk8'
|
||||
|
@ -56,6 +56,12 @@ if [ -d ~/Library/Android/sdk ]; then
|
||||
export PATH=~/Library/Android/sdk/platform-tools:$PATH
|
||||
fi
|
||||
|
||||
# zsh autosuggestions
|
||||
zsh_autosuggestions=$(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
if [ -f $zsh_autosuggestions ]; then
|
||||
source $zsh_autosuggestions
|
||||
fi
|
||||
|
||||
if [ $TERM = "screen" ]; then
|
||||
export DISABLE_AUTO_TITLE="true"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user