diff options
author | Joris | 2017-03-05 15:44:50 +0100 |
---|---|---|
committer | Joris | 2017-03-05 15:44:50 +0100 |
commit | 8e448ffc31685427afaee62a0379c33525769a6a (patch) | |
tree | 4199b4aaf6734718f3ff65afcab422e46543ddea /dev | |
parent | a269afd23073d03faee7f3c17bdbcf8f6b5de903 (diff) |
Use stack
Diffstat (limited to 'dev')
-rwxr-xr-x | dev | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -nix-shell --command "tmuxinator local" +nix-shell --command "mux local" |