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";
|
||||
"hm" = "home-manager";
|
||||
"ns" = "nix search nixpkgs";
|
||||
"dk" = "docker";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@
|
|||
setopt CHASE_LINKS
|
||||
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 = {
|
||||
enable = true;
|
||||
|
|
@ -44,5 +40,9 @@
|
|||
extraConfig = "";
|
||||
};
|
||||
|
||||
# prezto = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue