Commit Graph

3 Commits

Author SHA1 Message Date
Eli Ribble aa05c9f5a6 Fix using fish for tmux on multiple different systems
Previously I used `default-shell` which must be a full path. On
different systems that path is different (specifically NixOS). Instead
we can use `default-command` which can execute anything from the PATH,
which is what we want.
2024-06-25 18:23:33 -07:00
Eli Ribble bfb93522b7 Update newer XDG_CONFIG/tmux.conf to be like ~/.tmux.conf
I should eventually remove the older ~/.tmux.conf, but until all my
systems are on the latest tmux I have to sync like this.
2024-03-20 10:23:10 -07:00
Eli Ribble 33570901fa Add tmux config.
I've carried it around for years.
2024-03-20 10:09:33 -07:00