Skip to content
Snippets Groups Projects
  1. Apr 25, 2017
  2. Apr 20, 2017
    • mark's avatar
    • mark's avatar
      CONFIG: address differences between shells · daedbe27
      mark authored
      - suppress error messages that appear with zsh.
        According to unset(1p), 'unset -f' unsets a function.
        If the function was not previously defined, this is a no-op.
        This is similar for zsh, but there it emits a warning if the
        function was not previously defined.
      
      - avoid 'local' in functions sources from etc/bashrc.
        ksh does not support this.
      
      - use 'command' shell builtin instead of 'type'.
        Seems to be more consistent between shell flavours.
      daedbe27
  3. Apr 19, 2017
  4. Apr 18, 2017
  5. Apr 13, 2017
  6. Apr 11, 2017
  7. Apr 10, 2017
  8. Apr 07, 2017
  9. Apr 06, 2017
  10. Apr 05, 2017
  11. Apr 04, 2017