diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-10-22 17:55:11 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-10-22 17:55:11 +0300 |
commit | c5de85d4b6ff51e61ce354ce2cac71485f7992f0 (patch) | |
tree | 4b33238fdb3bd84da5b6fbb52723f6a419bfb8e2 /zsh | |
parent | be7acfd660f449027f87ed1c2aaa8a60b2ec27aa (diff) | |
download | dotfiles-c5de85d4b6ff51e61ce354ce2cac71485f7992f0.tar.gz |
feat(zsh): add kubectl alias
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ alias g=git alias t=task alias tw=timew alias s="sudo systemctl" +alias k=kubectl # FZF source /usr/share/fzf/key-bindings.zsh 2> /dev/null |