ssh alias for alacritty

This commit is contained in:
CDaut 2024-04-19 09:54:50 +02:00
parent 832c3f4e52
commit c14815a2a2
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 8 additions and 3 deletions

6
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1713453913,
"narHash": "sha256-vbXq52VRlL1defMHrwhsoeHm95O3mFefsSSJyNEghbA=",
"lastModified": 1713453970,
"narHash": "sha256-rvPC+vg5rXo9/FAkfW1aGdzxQDMhUQTlnu2YKmWef5s=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "178e26895b3aef028a00a32fb7e7ed0fc660645c",
"rev": "7cebe921eaffd5f9880f0dab7a23789d15f6169b",
"type": "github"
},
"original": {

View file

@ -4,6 +4,11 @@
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
# To make alacritty in ssh work
shellAliases = {
ssh = "TERM=xterm-256color $(which -p ssh)";
};
oh-my-zsh = {
enable = true;
plugins = [ "git" "battery" "docker" "docker-compose" "virtualenv" ];