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

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" ];