Docker aliases
This commit is contained in:
parent
4604255a4b
commit
5ec00909bc
2 changed files with 5 additions and 4 deletions
|
|
@ -5,6 +5,7 @@ let
|
||||||
"scu" = "systemctl --user";
|
"scu" = "systemctl --user";
|
||||||
"hm" = "home-manager";
|
"hm" = "home-manager";
|
||||||
"ns" = "nix search nixpkgs";
|
"ns" = "nix search nixpkgs";
|
||||||
|
"dk" = "docker";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,6 @@
|
||||||
setopt CHASE_LINKS
|
setopt CHASE_LINKS
|
||||||
setopt PUSHD_TO_HOME
|
setopt PUSHD_TO_HOME
|
||||||
'';
|
'';
|
||||||
# localVariables = {
|
|
||||||
# POWERLEVEL9K_LEFT_PROMPT_ELEMENTS = [ "os_icon" "dir" "vcs" "prompt_char" ];
|
|
||||||
# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS = [ "status" "command_execution_time" "background_jobs" "direnv" "nix_shell" "time" "vpn_ip" ]
|
|
||||||
# };
|
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -44,5 +40,9 @@
|
||||||
extraConfig = "";
|
extraConfig = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# prezto = {
|
||||||
|
# enable = true;
|
||||||
|
# };
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue