Compare commits
2 Commits
ac97157665
...
8fbb496b0d
Author | SHA1 | Date | |
---|---|---|---|
8fbb496b0d | |||
f19bf41c63 |
6
zshrc
6
zshrc
@ -3,11 +3,9 @@
|
||||
|
||||
# Load plugin scripts
|
||||
source-plugin() {
|
||||
if [ -d ~/.config/zsh/$1 ]; then
|
||||
source ~/.config/zsh/$1/$1.plugin.zsh
|
||||
else
|
||||
[ -d ~/.config/zsh/$1 ] && \
|
||||
source ~/.config/zsh/$1/$1.plugin.zsh || \
|
||||
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