Commit ff5f83bb8f94fd699806870315b959d65ec5e6ec

Authored by Shrikant Sharat
1 parent 6a489884bc

80|

Showing 1 changed file with 12 additions and 2 deletions Side-by-side Diff

... ... @@ -398,8 +398,18 @@ antigen-use () {
398 398 }
399 399  
400 400 # For backwards compatibility.
401   -antigen-lib () { -antigen-use-oh-my-zsh; echo "'antigen-lib' is deprecated and will soon be removed. Use 'antigen-use oh-my-zsh' instead."}
402   -antigen-prezto-lib () { -antigen-use-prezto; echo "'antigen-prezto-lib' is deprecated and will soon be removed. Use 'antigen-use prezto' instead."}
  401 +antigen-lib () {
  402 + -antigen-use-oh-my-zsh
  403 + echo '`antigen-lib` is deprecated and will soon be removed.'
  404 + echo 'Use `antigen-use oh-my-zsh` instead.'
  405 +}
  406 +
  407 +# For backwards compatibility.
  408 +antigen-prezto-lib () {
  409 + -antigen-use-prezto
  410 + echo '`antigen-prezto-lib` is deprecated and will soon be removed.'
  411 + echo 'Use `antigen-use prezto` instead.'
  412 +}
403 413  
404 414 antigen-theme () {
405 415