ssh alias for alacritty
This commit is contained in:
parent
832c3f4e52
commit
c14815a2a2
2 changed files with 8 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713453913,
|
"lastModified": 1713453970,
|
||||||
"narHash": "sha256-vbXq52VRlL1defMHrwhsoeHm95O3mFefsSSJyNEghbA=",
|
"narHash": "sha256-rvPC+vg5rXo9/FAkfW1aGdzxQDMhUQTlnu2YKmWef5s=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "178e26895b3aef028a00a32fb7e7ed0fc660645c",
|
"rev": "7cebe921eaffd5f9880f0dab7a23789d15f6169b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
|
# To make alacritty in ssh work
|
||||||
|
shellAliases = {
|
||||||
|
ssh = "TERM=xterm-256color $(which -p ssh)";
|
||||||
|
};
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" "battery" "docker" "docker-compose" "virtualenv" ];
|
plugins = [ "git" "battery" "docker" "docker-compose" "virtualenv" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue