summaryrefslogtreecommitdiff
path: root/home/config
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-08-07 11:44:58 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-08-07 11:44:58 +0200
commit309f9938c9294a46ec6a8e0dc8a300833b1aeb09 (patch)
treeda6fe1d8e715226c4bbaf498927c3e175b3df25c /home/config
parentd9cd709714fc3ee016d0df402ab6d8635f2f3886 (diff)
correct ssh alias
Diffstat (limited to 'home/config')
-rw-r--r--home/config/environment.nix2
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 ;