refactor: use idiomatic home-manager options for git user and mise activation

This commit is contained in:
2026-04-13 22:45:36 +08:00
parent 75340604f1
commit 2cd888e1cf
2 changed files with 2 additions and 7 deletions
-3
View File
@@ -42,9 +42,6 @@ in
# PATH
fish_add_path $HOME/go/bin $HOME/.bun/bin
# mise
mise activate fish | source
# Sudo: double Escape to prepend sudo
bind \e\e 'fish_commandline_prepend sudo'