diff options
author | EuAndreh <eu@euandre.org> | 2019-05-01 15:01:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-01 15:01:32 -0300 |
commit | 345123418ee8928fd986df506f8f8b4af7a3c288 (patch) | |
tree | 9e92d555b60a99e64c5bfc16af45734fc7e30503 /tmux | |
parent | Use NixOS image in sr.ht build template. (diff) | |
download | dotfiles-345123418ee8928fd986df506f8f8b4af7a3c288.tar.gz dotfiles-345123418ee8928fd986df506f8f8b4af7a3c288.tar.xz |
Start with nix-shell instead of git status on mentat tmuxinator template.
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/projects/mentat.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/projects/mentat.yml b/tmux/projects/mentat.yml index 6cdcaab..9b89d46 100644 --- a/tmux/projects/mentat.yml +++ b/tmux/projects/mentat.yml @@ -5,6 +5,6 @@ windows: - mentat: layout: main-vertical panes: - - git status - - git status - - git status + - nix-shell + - nix-shell + - nix-shell |