1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

Fix load of various plugins: fastfile, keychain, sfffe, stack

This commit is contained in:
Marc Cornellà
2020-05-26 17:59:45 +02:00
parent 68d51bd7d8
commit 2d6965f856
4 changed files with 10 additions and 11 deletions

View File

@@ -1,2 +1,4 @@
(( $+commands[stack] )) || return
autoload -U +X bashcompinit && bashcompinit
source <(stack --bash-completion-script stack)