Docker aliases

This commit is contained in:
Filippo Berto 2021-08-10 11:45:25 +02:00
parent 4604255a4b
commit 5ec00909bc
2 changed files with 5 additions and 4 deletions

View file

@ -5,6 +5,7 @@ let
"scu" = "systemctl --user";
"hm" = "home-manager";
"ns" = "nix search nixpkgs";
"dk" = "docker";
};
in
{

View file

@ -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;
# };
};
}