WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 44d1ccc82d - Show all commits

View file

@ -1,6 +1,6 @@
# Launch tmux if logging in over ssh # Launch tmux if logging in over ssh
if [[ -z "$TMUX" ]] && [ "$SSH_CONNECTION" != "" ]; then if [[ -z "$TMUX" ]] && [ "$SSH_CONNECTION" != "" ]; then
tmux attach-session -t ssh_tmux || tmux new-session -s ssh_tmux exec tmux attach-session -t ssh_tmux || exec tmux new-session -s ssh_tmux
fi fi
# share history between running zsh instances # share history between running zsh instances