Skip to content

Commit

Permalink
nerdctl setting
Browse files Browse the repository at this point in the history
  • Loading branch information
HikaruEgashira committed Dec 29, 2023
1 parent 6296be5 commit bdac155
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ function fzf-ghq () {
}
zle -N fzf-ghq
bindkey '^g' fzf-ghq
source <(nerdctl completion zsh)
alias docker='nerdctl -n=k8s.io'
complete -o default -F __start_nerdctl docker
'';
};
}

0 comments on commit bdac155

Please sign in to comment.