diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-07 11:44:58 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-07 11:44:58 +0200 |
| commit | 309f9938c9294a46ec6a8e0dc8a300833b1aeb09 (patch) | |
| tree | da6fe1d8e715226c4bbaf498927c3e175b3df25c | |
| parent | d9cd709714fc3ee016d0df402ab6d8635f2f3886 (diff) | |
correct ssh alias
| -rw-r--r-- | home/config/environment.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/environment.nix b/home/config/environment.nix index f3181a9..e6c7471 100644 --- a/home/config/environment.nix +++ b/home/config/environment.nix @@ -42,7 +42,7 @@ nixos-update-config = "sudo cp -rf ~/documents/nix/latitude-7490/nixos/ /etc/"; rm = "rm -f"; - ssh = "sTERM=xterm-256color ssh"; + ssh = "TERM=xterm-256color ssh"; mkenv = '' cp ~/documents/nix/shells/shell.nix . ; echo "use_nix" >> .envrc ; |
