Compare commits
1 Commits
f19bf41c63
...
d58e543c78
Author | SHA1 | Date | |
---|---|---|---|
d58e543c78 |
6
zshrc
6
zshrc
@ -3,9 +3,11 @@
|
||||
|
||||
# Load plugin scripts
|
||||
source-plugin() {
|
||||
[ -d ~/.config/zsh/$1 ] && \
|
||||
source ~/.config/zsh/$1/$1.plugin.zsh || \
|
||||
if [ -d ~/.config/zsh/$1 ]; then
|
||||
source ~/.config/zsh/$1/$1.plugin.zsh
|
||||
else
|
||||
echo "zsh plugin not found: $1"
|
||||
fi
|
||||
}
|
||||
source-plugin zsh-autosuggestions
|
||||
source-plugin zsh-history-substring-search
|
||||
|
Loading…
x
Reference in New Issue
Block a user