Compare commits
No commits in common. "7e41ce1049066c5cb890c2c56830f9c5277cf588" and "c791de683b9e0a496cc3c0e8154c8e24ec5377e9" have entirely different histories.
7e41ce1049
...
c791de683b
@ -50,7 +50,6 @@
|
||||
neovide
|
||||
ngspice
|
||||
nix-init
|
||||
nixpkgs-fmt
|
||||
nodePackages.peerflix
|
||||
openocd
|
||||
openscad
|
||||
|
@ -101,7 +101,7 @@
|
||||
|
||||
if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then
|
||||
TMUX_EXE="${pkgs.tmux}/bin/tmux"
|
||||
systemd-run --scope --user $TMUX_EXE attach-session -t $USER || systemd-run --scope --user $TMUX_EXE new-session -s $USER
|
||||
$TMUX_EXE attach-session -t $USER || $TMUX_EXE new-session -s $USER
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user