pux-iterm

This commit is contained in:
Sridhar Ratnakumar 2021-12-15 12:08:05 -05:00
parent 7e165c7db0
commit 4604220ea5

View file

@ -99,6 +99,7 @@ rec {
ll = "${pkgs.exa}/bin/exa -l";
ls = "l";
pux = "sh -c \"tmux -S $(pwd).tmux attach\"";
pux-iterm = "sh -c \"tmux -S $(pwd).tmux -CC attach\"";
};
sessionVariables = { };
# XXX: These are needed only on non-NixOS Linux (on NixOS, they are broken)
@ -118,7 +119,6 @@ rec {
enableBashIntegration = true;
nix-direnv = {
enable = true;
enableFlakes = true;
};
};