Use nushell in tmux if it is in the path

main
Buddy Sandidge 1 week ago
parent f55c170598
commit a11dd3ae33

@ -1,6 +1,6 @@
# chezmoi:template:left-delimiter="# {{" # chezmoi:template:left-delimiter="#{{"
# {{- /* vim: set filetype=tmux: */ -}} #{{- /* vim: set filetype=tmux: */ -}}
# {{- if lookPath "tmux" -}} #{{- if lookPath "tmux" -}}
################################################################################ ################################################################################
# Base configuration # Base configuration
################################################################################ ################################################################################
@ -32,12 +32,16 @@ set -g visual-activity on
set-option -g mouse on set-option -g mouse on
#{{- if lookPath "nu" }}
set-option -g default-shell "#{{ lookPath "nu" | replace .chezmoi.homeDir "$HOME" }}"
#{{- end }}
################################################################################ ################################################################################
# Colors # Colors
################################################################################ ################################################################################
# {{ if eq .chezmoi.os "darwin" -}} #{{ if eq .chezmoi.os "darwin" -}}
run $XDG_CONFIG_HOME/tmux/plugins/macos-color-workaround run $XDG_CONFIG_HOME/tmux/plugins/macos-color-workaround
# {{ end }} #{{ end }}
set -g status-fg white set -g status-fg white
set -g status-bg black set -g status-bg black
@ -90,4 +94,4 @@ set -g @prefix_highlight_show_sync_mode 'on'
set -g @prefix_highlight_sync_mode_attr 'fg=black,bg=green' # default is 'fg=default,bg=yellow' set -g @prefix_highlight_sync_mode_attr 'fg=black,bg=green' # default is 'fg=default,bg=yellow'
run $XDG_CONFIG_HOME/tmux/plugins/tpm/tpm run $XDG_CONFIG_HOME/tmux/plugins/tpm/tpm
# {{- end }} #{{- end }}

Loading…
Cancel
Save