ssh alias for alacritty
This commit is contained in:
parent
832c3f4e52
commit
c14815a2a2
2 changed files with 8 additions and 3 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue