nix: don't use fish as login shell

This commit is contained in:
Léana 江 2024-01-19 17:41:30 +01:00 committed by Léana 江
parent 06f9e1ff4d
commit 7ae5a3ca1e
2 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,9 @@ set -g renumber-windows on # auto reorder window number
set -g mode-keys vi # global vi mode
set -g history-limit 10000 # I want more history
set -g default-command "(fish || bash)" # Use fish
set -g default-shell "(fish || bash)"
# Display style
fg="#000000"
bg="#fafafa"