1. 10 Feb, 2015 3 commits
  2. 04 Feb, 2015 1 commit
  3. 28 Jan, 2015 1 commit
  4. 08 Jan, 2015 1 commit
    • Stephen's avatar
      Allow custom cache dir · bf7b9165
      Stephen authored
      We are running oh-my-zsh on a shared install and the only issue is each
      user having a custom cache dir. This will allow us to set the cache dir
      to ZSH_CACHE_DIR=~/oh-my-zsh/cache/ .
      bf7b9165
  5. 21 Dec, 2014 1 commit
  6. 16 Dec, 2014 1 commit
  7. 15 Dec, 2014 1 commit
  8. 13 Dec, 2014 5 commits
  9. 01 Dec, 2014 2 commits
  10. 19 Nov, 2014 1 commit
  11. 16 Nov, 2014 1 commit
  12. 06 Nov, 2014 1 commit
  13. 22 Oct, 2014 1 commit
  14. 16 Sep, 2014 1 commit
  15. 23 Aug, 2014 1 commit
  16. 22 Aug, 2014 1 commit
  17. 20 Aug, 2014 1 commit
  18. 11 Jul, 2014 1 commit
  19. 03 Jul, 2014 2 commits
  20. 28 Jun, 2014 2 commits
  21. 10 Jun, 2014 2 commits
  22. 26 May, 2014 1 commit
  23. 25 May, 2014 2 commits
  24. 24 May, 2014 2 commits
  25. 18 Apr, 2014 1 commit
  26. 26 Mar, 2014 1 commit
  27. 25 Mar, 2014 2 commits
    • Marc Cornellà's avatar
      Escape % in $CMD variable · 5137e0e5
      Marc Cornellà authored
      Fixes formatting on some rare cases when a percent ends up
      in the $CMD variable, like these below:
      
      - When assigning a variable, $CMD ends up with the second parameter;
      in this case, $CMD will contain '+%s%N', messing with the syntax:
      
       $ a=`date +%s%N`
      
      - A function (or command in general) that contains a percent symbol:
      
       $ to\%() { echo $(( $1 * 100 / $3))\% } # $CMD=to%()
       $ to% 2 of 10 # $CMD=to%
      5137e0e5
    • LFDM's avatar
      Updates spectrum.zsh · 94a5cc5c
      LFDM authored
      94a5cc5c