set term variable

This commit is contained in:
Kopatz
2024-01-22 09:09:30 +01:00
parent e52a5047e8
commit 9f3b31359e
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
update = "sudo nixos-rebuild switch";
updateOffline = "sudo nixos-rebuild switch --option substitute false";
checkTime = "(cd ~/Nextcloud/work_drive/TS && nix run)";
ssh="TERM=xterm-256color ssh";
};
oh-my-zsh = {
enable = true;