okay, ssh support corrected
This commit is contained in:
parent
beefa3c889
commit
709ac92b6d
1 changed files with 4 additions and 2 deletions
|
|
@ -15,13 +15,15 @@
|
||||||
ll = "lsd -l";
|
ll = "lsd -l";
|
||||||
lt = "lsd -l --tree";
|
lt = "lsd -l --tree";
|
||||||
# TODO find if i can make these use the 'current' flake
|
# TODO find if i can make these use the 'current' flake
|
||||||
utest = lib.mkDefault "sudo nixos-rebuild test --flake $HOME/nixos#default";
|
utest = "sudo nixos-rebuild test --flake $HOME/nixos#default";
|
||||||
update = lib.mkDefault "sudo nixos-rebuild switch --flake $HOME/nixos#default";
|
update = "sudo nixos-rebuild switch --flake $HOME/nixos#default";
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
nrun() {
|
nrun() {
|
||||||
NIXPKGS_ALLOW_UNFREE=1 nix run --impure "nixpkgs#$1"
|
NIXPKGS_ALLOW_UNFREE=1 nix run --impure "nixpkgs#$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||||
'';
|
'';
|
||||||
history = {
|
history = {
|
||||||
path = "${config.xdg.dataHome}/zsh/history";
|
path = "${config.xdg.dataHome}/zsh/history";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue