Commit 621c60bcd471

Vincent Demeester <vincent@sbr.pm>
2018-05-05 13:16:24
remote-dev fixes/updates
1 parent eb5e21a
Changed files (2)
envs/tmux/tmux.conf
@@ -130,3 +130,6 @@ set -g @plugin 'tmux-plugins/tmux-copycat'
 set -g @continuum-restore 'on'
 
 run '~/.config/tmux/plugins/tpm/tpm'
+
+if 'command -v fish >/dev/null' \
+   'set -g default-shell ~/.nix-profile/bin/fish'
\ No newline at end of file
envs/remote-dev.nix
@@ -7,4 +7,5 @@
     ./dev.go.nix
     ./dev.rust.nix
   ];
+  manual.manpages.enable = false;
 }