From 0a5c81beb80fa89fca7ad0bc8e33dbab129ddc1f Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Wed, 31 Mar 2021 21:10:18 +0200 Subject: [PATCH] fix some configs --- .tmux.conf | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 \