feat(xonsh): set up ssh-agent
This commit is contained in:
parent
2570dfa162
commit
660c9089d4
11 changed files with 82 additions and 65 deletions
|
@ -15,6 +15,7 @@
|
|||
vimcmd_symbol = "[<](bold green)";
|
||||
};
|
||||
cmake = {symbol = "cmake ";};
|
||||
cmd_duration = {format = "\\[[$duration]($style)\\] ";};
|
||||
cobol = {symbol = "cobol ";};
|
||||
conda = {symbol = "conda ";};
|
||||
crystal = {symbol = "cr ";};
|
||||
|
@ -23,7 +24,7 @@
|
|||
deno = {symbol = "deno ";};
|
||||
directory = {
|
||||
read_only = " ro";
|
||||
format = ">[$path]($style)< ";
|
||||
format = ":[$path]($style)\\] ";
|
||||
};
|
||||
docker_context = {symbol = "docker ";};
|
||||
dotnet = {symbol = ".NET ";};
|
||||
|
@ -32,7 +33,7 @@
|
|||
fennel = {symbol = "fnl ";};
|
||||
fossil_branch = {symbol = "fossil ";};
|
||||
gcloud = {symbol = "gcp ";};
|
||||
git_branch = {symbol = "git ";};
|
||||
git_branch = {format = "\\[[$branch(:$remote_branch)]($style)\\] ";};
|
||||
git_commit = {tag_symbol = " tag ";};
|
||||
git_status = {
|
||||
ahead = ">";
|
||||
|
@ -40,6 +41,7 @@
|
|||
deleted = "x";
|
||||
diverged = "<>";
|
||||
renamed = "r";
|
||||
format = "\\[[$all_status$ahead_behind]($style)\\] ";
|
||||
};
|
||||
gleam = {symbol = "gleam ";};
|
||||
golang = {symbol = "go ";};
|
||||
|
@ -54,7 +56,7 @@
|
|||
meson = {symbol = "meson ";};
|
||||
nats = {symbol = "nats ";};
|
||||
nim = {symbol = "nim ";};
|
||||
nix_shell = {symbol = "nix ";};
|
||||
nix_shell = {format = "\\[[$state( \($name\))]($style)\\] ";};
|
||||
nodejs = {symbol = "nodejs ";};
|
||||
ocaml = {symbol = "ml ";};
|
||||
opa = {symbol = "opa ";};
|
||||
|
@ -132,11 +134,11 @@
|
|||
zig = {symbol = "zig ";};
|
||||
username = {
|
||||
show_always = true;
|
||||
format = "[$user]($style)@";
|
||||
format = "\\[[$user]($style)@";
|
||||
};
|
||||
hostname = {
|
||||
ssh_only = false;
|
||||
format = "[$ssh_symbol$hostname]($style) ";
|
||||
format = "[$ssh_symbol$hostname]($style)";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue