Switch to ion shell
This commit is contained in:
parent
81d0381f7a
commit
4c590524ab
3 changed files with 8 additions and 3 deletions
1
ionrc
Normal file
1
ionrc
Normal file
|
@ -0,0 +1 @@
|
|||
eval $(starship init ion)
|
3
stowfile
3
stowfile
|
@ -29,6 +29,9 @@ stow:
|
|||
- src: iamb.json
|
||||
links:
|
||||
- "${confhome}/iamb/config.json"
|
||||
- src: ionrc
|
||||
links:
|
||||
- "${confhome}/ion/initrc"
|
||||
- src: mutt
|
||||
links:
|
||||
- "${confhome}/mutt"
|
||||
|
|
|
@ -4,8 +4,8 @@ set-option -sa terminal-overrides ",xterm*:Tc"
|
|||
# Enable mouse
|
||||
set -g mouse on
|
||||
|
||||
# Nushell!
|
||||
set -g default-shell /home/skylar/.cargo/bin/nu
|
||||
# Set shell
|
||||
set -g default-shell /home/skylar/.cargo/bin/ion
|
||||
|
||||
# Number windows from 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/tmux-sensible'
|
||||
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-continuum'
|
||||
set -g @plugin 'idevtier/tmux-cargo'
|
||||
|
|
Loading…
Reference in a new issue