feat(config): fish configs and tmux auto-open

This commit is contained in:
2025-02-20 02:26:17 +02:00
parent e8b43d76dc
commit d5e34d168b
5 changed files with 227 additions and 7 deletions

View File

@@ -2,13 +2,12 @@
# │ fish/config.fish │
# ╰──────────────────────────────────────────────────────────╯
# ASDF configuration code
source $HOME/.local/asdf/asdf.fish
fish_add_path $HOME/.local/bin
fish_add_path $HOME/.local/share/nvim/mason/bin
fish_add_path $HOME/.local/state/composer/vendor/bin
test -e "$HOME/.config/fish/exports.fish" &&
source "$HOME/.config/fish/exports.fish"
if status is-interactive
# Commands to run in interactive sessions can go here
# Start tmux if not already running and not in SSH
open-tmux # defined in functions/open-tmux.fish
end