aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/config/tmux/tmux.conf
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-17 03:03:50 +0900
committernsfisis <nsfisis@gmail.com>2024-08-28 22:26:54 +0900
commit6ec57d081d1f2af298e4c917abb79db854a54a4d (patch)
tree48c318220274d0a2e0c500b759cc40b62958bc7a /home-manager/config/tmux/tmux.conf
parent4d13f7def1bdfebde5b8bd35bdfc4de2b7e87140 (diff)
downloaddotfiles-6ec57d081d1f2af298e4c917abb79db854a54a4d.tar.gz
dotfiles-6ec57d081d1f2af298e4c917abb79db854a54a4d.tar.zst
dotfiles-6ec57d081d1f2af298e4c917abb79db854a54a4d.zip
fish: fixup
Diffstat (limited to 'home-manager/config/tmux/tmux.conf')
-rw-r--r--home-manager/config/tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/tmux/tmux.conf b/home-manager/config/tmux/tmux.conf
index 0746f82..321e095 100644
--- a/home-manager/config/tmux/tmux.conf
+++ b/home-manager/config/tmux/tmux.conf
@@ -12,7 +12,7 @@
# BASICS {{{2
set-option -g renumber-windows on
set-option -g focus-events on
-set-option -g default-shell fish
+set-option -g default-shell ~/.nix-profile/bin/fish
# TERMINAL FEATURES {{{2
set-option -ga terminal-overrides ',tmux-256color:RGB'