diff options
author | EuAndreh <eu@euandre.org> | 2018-08-22 12:32:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-08-22 12:32:21 -0300 |
commit | 4e8a505f7d76555ea4047e3703dbc219b2fd4783 (patch) | |
tree | 65a70bc92abe93865ed02d96774fdedaf1d066ee | |
parent | Override cider bidings with autosaving buffer alternatives. (diff) | |
download | dotfiles-4e8a505f7d76555ea4047e3703dbc219b2fd4783.tar.gz dotfiles-4e8a505f7d76555ea4047e3703dbc219b2fd4783.tar.xz |
Improve workflow start for Clojure services in tmuxinator template.
-rw-r--r-- | encrypted/nu/tmux/templates/nu-service.yml | bin | 356 -> 583 bytes | |||
-rw-r--r-- | git/gitignore | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/encrypted/nu/tmux/templates/nu-service.yml b/encrypted/nu/tmux/templates/nu-service.yml Binary files differindex d48d9b0..b1ccb04 100644 --- a/encrypted/nu/tmux/templates/nu-service.yml +++ b/encrypted/nu/tmux/templates/nu-service.yml diff --git a/git/gitignore b/git/gitignore index c75c109..371fd16 100644 --- a/git/gitignore +++ b/git/gitignore @@ -1,2 +1,3 @@ playground.clj -req.http
\ No newline at end of file +req.http +.postman-ns
\ No newline at end of file |