mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-11 17:38:41 +00:00
Start tmux automatically (#95)
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
family = "FiraCode Nerd Font Mono";
|
family = "FiraCode Nerd Font Mono";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
terminal = {shell = "${pkgs.zsh}/bin/zsh";};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -30,3 +30,7 @@ bindkey '^X^E' edit-command-line
|
|||||||
bindkey -e
|
bindkey -e
|
||||||
|
|
||||||
PATH="$PATH:$HOME/.cargo/bin"
|
PATH="$PATH:$HOME/.cargo/bin"
|
||||||
|
|
||||||
|
if [[ -z "$TMUX" ]]; then
|
||||||
|
tmux new-session -A -s default
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user