diff --git a/.tmux.conf b/.tmux.conf index 3c09aca..464aea2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,6 +11,8 @@ set -g @dracula-gpu-usage true set -g @dracula-show-timezone false set -g @dracula-show-location false +set-option -g default-shell /bin/fish + # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' diff --git a/Makefile b/Makefile index 36af4ca..ed08a7b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ RUST_PROGRAMS=\ mask \ miniserve \ onefetch \ - rg \ + ripgrep \ starship \ tiny \ tokei \