diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-11-02 13:09:59 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-11-02 13:09:59 +0300 |
commit | a18a2eb88b01087917a48df11b131e499959893c (patch) | |
tree | 45e9a46c132fd68ff98eb2af0e869fc79c9d63d4 /zsh | |
parent | ac594a57cf47366008e0d14023da6039511cba32 (diff) | |
download | dotfiles-a18a2eb88b01087917a48df11b131e499959893c.tar.gz |
feat(zsh): app python alias
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ alias t=task alias tw=timew alias s="sudo systemctl" alias k=kubectl +alias py=python # FZF source /usr/share/fzf/key-bindings.zsh 2> /dev/null |