diff options
author | clarkzjw <[email protected]> | 2023-01-12 10:16:47 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-12 10:16:47 -0800 |
commit | 319d5e31ecaee138833583291c550794abe7e20c (patch) | |
tree | 51e3a6c0096f2056c5d8a5950c3986c351b40339 /dot_zshrc | |
parent | 6689b3ce97a04f23e2d033e161c4a3a80b78b9e1 (diff) | |
download | dotfiles-319d5e31ecaee138833583291c550794abe7e20c.tar.gz |
i3
Diffstat (limited to 'dot_zshrc')
-rw-r--r-- | dot_zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,6 +127,8 @@ addPATH $GOPATH/bin | |||
127 | 127 | ||
128 | source $HOME/.zshrc-local | 128 | source $HOME/.zshrc-local |
129 | 129 | ||
130 | eval "$(op completion zsh)"; compdef _op op | ||
131 | |||
130 | alias pc="proxychains" | 132 | alias pc="proxychains" |
131 | alias tf="terraform" | 133 | alias tf="terraform" |
132 | alias emacs="emacs -nw" | 134 | alias emacs="emacs -nw" |