Switch to ion shell

This commit is contained in:
Skylar Hill 2023-11-21 19:06:01 -06:00
parent 81d0381f7a
commit 4c590524ab
3 changed files with 8 additions and 3 deletions

1
ionrc Normal file
View file

@ -0,0 +1 @@
eval $(starship init ion)

View file

@ -29,6 +29,9 @@ stow:
- src: iamb.json - src: iamb.json
links: links:
- "${confhome}/iamb/config.json" - "${confhome}/iamb/config.json"
- src: ionrc
links:
- "${confhome}/ion/initrc"
- src: mutt - src: mutt
links: links:
- "${confhome}/mutt" - "${confhome}/mutt"

View file

@ -4,8 +4,8 @@ set-option -sa terminal-overrides ",xterm*:Tc"
# Enable mouse # Enable mouse
set -g mouse on set -g mouse on
# Nushell! # Set shell
set -g default-shell /home/skylar/.cargo/bin/nu set -g default-shell /home/skylar/.cargo/bin/ion
# Number windows from 1 # Number windows from 1
set -g base-index 1 set -g base-index 1
@ -25,7 +25,8 @@ bind C-Space send-prefix
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'catppuccin/tmux' set -g @plugin 'catppuccin/tmux'
set -g @plugin '27medkamal/tmux-session-wizard'
set -g @plugin 'sainnhe/tmux-fzf'
set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'idevtier/tmux-cargo' set -g @plugin 'idevtier/tmux-cargo'