mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Launch Tmux by default with kitty
This commit is contained in:
@@ -1247,7 +1247,8 @@ background_blur 3
|
|||||||
#: Advanced {{{
|
#: Advanced {{{
|
||||||
|
|
||||||
# shell .
|
# shell .
|
||||||
shell /usr/bin/fish
|
#shell /usr/bin/fish
|
||||||
|
shell /usr/bin/tmux
|
||||||
|
|
||||||
#: The shell program to execute. The default value of . means to use
|
#: The shell program to execute. The default value of . means to use
|
||||||
#: whatever shell is set as the default shell for the current user.
|
#: whatever shell is set as the default shell for the current user.
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ setw -q -g utf8 on
|
|||||||
|
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
#set-option -g default-shell /usr/bin/bash
|
set-option -g default-shell /usr/bin/fish
|
||||||
# -- display ------------------------------------------------------------------
|
# -- display ------------------------------------------------------------------
|
||||||
|
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|||||||
Reference in New Issue
Block a user