Metaswitch/floki

Better ergonomics for aliases

rlupton20 opened this issue · 0 comments

It would be nice to have a more ergonomic way to configure shell aliases. Maybe something like

aliases:
  - name: build
    command: make
  - name: clean
    command: make clean