Move zsh and aliases to conf.d style configs
This commit is contained in:
4
zsh.d/autosuggestions.zsh
Normal file
4
zsh.d/autosuggestions.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Autosuggestions
|
||||
if [[ -s /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ]]; then
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
fi
|
Reference in New Issue
Block a user