commit 19f491e754ce0ad92a03188ed31807087bd2338e parent ae9bab469d1e702c61ca7eb5f3cd4ed01665d620 Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 28 Jun 2019 14:54:55 +0200 profiles.tmux: use default shell instead of fish Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | modules/profiles/assets/tmux/tmux.conf | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/modules/profiles/assets/tmux/tmux.conf b/modules/profiles/assets/tmux/tmux.conf @@ -120,6 +120,3 @@ set -g message-fg colour232 set -g message-bg colour166 # } - -if 'command -v fish >/dev/null' \ - 'set -g default-shell ~/.nix-profile/bin/fish'- \ No newline at end of file